Implemented Sinister Sabotage

This commit is contained in:
Evan Kranzler 2018-09-02 22:52:35 -04:00
parent 087b6126a0
commit 22585729c4
6 changed files with 117 additions and 5 deletions

View file

@ -870,6 +870,8 @@ public interface Player extends MageItem, Copyable<Player> {
boolean scry(int value, Ability source, Game game);
boolean surveil(int value, Ability source, Game game);
/**
* Only used for test player for pre-setting targets
*