mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Moved "return true" statement
This commit is contained in:
parent
07cd3b67bb
commit
cd26cc0e88
1 changed files with 1 additions and 1 deletions
|
@ -133,9 +133,9 @@ class LiarsPendulumEffect extends OneShotEffect {
|
|||
controller.revealCards("hand of " + controller.getName(), controller.getHand(), game);
|
||||
if (!rightGuess) {
|
||||
controller.drawCards(1, game);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue