* Worldheart Phoenix - Fixed that if cast from graveyard the counters were not added.

This commit is contained in:
LevelX2 2016-07-01 17:04:42 +02:00
parent 9a1c67a9a4
commit a6094afa40

View file

@ -134,7 +134,7 @@ public class WorldheartPhoenix extends CardImpl {
@Override
public boolean apply(Game game, Ability source) {
Permanent permanent = game.getPermanent(source.getSourceId());
Permanent permanent = game.getPermanentEntering(source.getSourceId());
if (permanent != null) {
SpellAbility spellAbility = (SpellAbility) getValue(EntersBattlefieldEffect.SOURCE_CAST_SPELL_ABILITY);
if (spellAbility != null