mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
- removed testing code from Tergrid, God of Fright
This commit is contained in:
parent
61db3d22bb
commit
b6ff2bb01d
1 changed files with 0 additions and 3 deletions
|
@ -146,9 +146,6 @@ class TergridGodOfFrightEffect extends OneShotEffect {
|
|||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Card card = (Card) game.getState().getValue(source.getSourceId() + "TergridGodOfFrightControl");
|
||||
if (card != null) {
|
||||
System.out.println("In the effect and the card is " + card.getName());
|
||||
}
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (controller != null
|
||||
&& card != null) {
|
||||
|
|
Loading…
Reference in a new issue