mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Bloodfeather Phoenix
This commit is contained in:
parent
08c32682ac
commit
86acc55243
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue