25% easier boss

This commit is contained in:
Chiss 2013-12-21 15:10:17 +11:00
parent c52a7d2fe1
commit 50c2b10b50
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ public class Part5 extends Part
private int _state = 0; private int _state = 0;
private long _stateTime = 0; private long _stateTime = 0;
private int _stateHealthMax = 8; private int _stateHealthMax = 6;
private int _stateHealth = 8; private int _stateHealth = 6;
private boolean _a = false; private boolean _a = false;
private boolean _b = false; private boolean _b = false;