v2.4.1: fixed recent errors if DM-300 took massive amounts of damage
This commit is contained in:
@@ -489,7 +489,7 @@ public class DM300 extends Mob {
|
|||||||
threshold = HT / 3 * (2 - pylonsActivated);
|
threshold = HT / 3 * (2 - pylonsActivated);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (HP <= threshold && HP > 0){
|
if (HP <= threshold && threshold > 0){
|
||||||
HP = threshold;
|
HP = threshold;
|
||||||
supercharge();
|
supercharge();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user