forked from External/mage
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…
Add table
Add a link
Reference in a new issue