mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixing return state of The Rack effect.
This commit is contained in:
parent
f7cc260219
commit
6a83932730
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ class TheRackEffect extends OneShotEffect {
|
|||
if (damage > 0) {
|
||||
chosenPlayer.damage(damage, source.getSourceId(), game, false, true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue