v0.2.4: fire elementals can no longer be frozen, just directly take damage instead.
This commit is contained in:
parent
47adfc1403
commit
36ea98c4bd
|
@ -87,8 +87,6 @@ public class Elemental extends Mob {
|
|||
else
|
||||
damage( Random.NormalIntRange( 1, HT * 2 / 3 ), buff );
|
||||
}
|
||||
if (isAlive())
|
||||
super.add( buff );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user