25% easier boss
This commit is contained in:
parent
c52a7d2fe1
commit
50c2b10b50
@ -52,8 +52,8 @@ public class Part5 extends Part
|
||||
|
||||
private int _state = 0;
|
||||
private long _stateTime = 0;
|
||||
private int _stateHealthMax = 8;
|
||||
private int _stateHealth = 8;
|
||||
private int _stateHealthMax = 6;
|
||||
private int _stateHealth = 6;
|
||||
|
||||
private boolean _a = false;
|
||||
private boolean _b = false;
|
||||
|
Loading…
Reference in New Issue
Block a user