mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
* Some minor formatting.
This commit is contained in:
parent
a22a1b63a5
commit
949d2cb24c
2 changed files with 37 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue