fix Bloodfeather Phoenix

This commit is contained in:
xenohedron 2023-07-07 23:10:11 -04:00
parent 08c32682ac
commit 86acc55243

View file

@ -118,7 +118,7 @@ class BloodfeatherPhoenixEffect extends OneShotEffect {
return false;
}
player.moveCards(game.getCard(sourceObject.getId()), Zone.BATTLEFIELD, source, game);
if (game.getPermanent(source.getId()) != null) {
if (game.getPermanent(source.getSourceId()) != null) {
game.addEffect(new GainAbilityTargetEffect(HasteAbility.getInstance())
.setTargetPointer(new FixedTarget(source.getSourceId(), game)), source);
}