mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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
@@ -609,9 +609,9 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void playChosenSpellAbility(SpellAbility sa) {
|
||||
public boolean playChosenSpellAbility(SpellAbility sa) {
|
||||
// TODO Play abilities from here
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user