mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
removed unnecessary condition
This commit is contained in:
parent
c965a60963
commit
5dbb391a68
1 changed files with 1 additions and 3 deletions
|
@ -79,9 +79,7 @@ class CadaverousBloomManaEffect extends BasicManaEffect {
|
|||
getManaTemplate().getColorless() * count
|
||||
);
|
||||
|
||||
if (count > 0) {
|
||||
netMana.add(mana);
|
||||
}
|
||||
netMana.add(mana);
|
||||
}
|
||||
}
|
||||
return netMana;
|
||||
|
|
Loading…
Reference in a new issue