* Some minor formatting.

This commit is contained in:
LevelX2 2014-10-04 11:13:54 +02:00
parent a22a1b63a5
commit 949d2cb24c
2 changed files with 37 additions and 1 deletions

View file

@ -107,7 +107,7 @@ class ChainsOfMephistophelesReplacementEffect extends ReplacementEffectImpl {
} else {
// discards a card instead. If the player discards a card this way, he or she draws a card.
player.discard(1, source, game);
return false;
return false; // because player draws a card, the draw event is kept
}
}
return false;