mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Fixed some missing return statements.
This commit is contained in:
parent
0e40fb41dd
commit
16b58a337d
4 changed files with 18 additions and 9 deletions
|
|
@ -161,8 +161,8 @@ class EvolveEffect extends OneShotEffect {
|
|||
game.getState().setValue("EvolveAddCounterActive", Boolean.TRUE);
|
||||
sourceCreature.addCounters(CounterType.P1P1.createInstance(), game);
|
||||
game.getState().setValue("EvolveAddCounterActive", Boolean.FALSE);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue