mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix return value of LivingArmorEffect
This commit is contained in:
parent
9b1dd2ceeb
commit
87fa888852
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class LivingArmor extends CardImpl {
|
|||
if (creature != null) {
|
||||
int amount = creature.getConvertedManaCost();
|
||||
creature.addCounters(new BoostCounter(0, 1, amount), game);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue