mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Revert "Fix token created when removed before trigger resolves"
This reverts commit e33644ecf3.
This commit is contained in:
committed by
Hans Mackowiak
parent
22fd1ac274
commit
0f28cbda4f
@@ -1359,8 +1359,8 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
}
|
||||
|
||||
@Override
|
||||
public void playChosenSpellAbility(final SpellAbility chosenSa) {
|
||||
HumanPlay.playSpellAbility(this, player, chosenSa);
|
||||
public boolean playChosenSpellAbility(final SpellAbility chosenSa) {
|
||||
return HumanPlay.playSpellAbility(this, player, chosenSa);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user