v0.2.3: fixed a bug with frost and fire elementals

This commit is contained in:
Evan Debenham 2014-11-24 22:39:58 -05:00
parent 2ab55e2417
commit 23a644403b

View File

@ -87,6 +87,7 @@ public class Elemental extends Mob {
else else
damage( Random.NormalIntRange( 1, HT * 2 / 3 ), buff ); damage( Random.NormalIntRange( 1, HT * 2 / 3 ), buff );
} }
if (isAlive())
super.add( buff ); super.add( buff );
} }
} }