v0.6.1: fixed berserker instantly dieing on loading a run

This commit is contained in:
Evan Debenham
2017-07-13 20:06:53 -04:00
parent 6f1d2b17c4
commit 479dd40bf7
@@ -242,6 +242,8 @@ public class Hero extends Char {
heroClass = HeroClass.restoreInBundle( bundle );
subClass = HeroSubClass.restoreInBundle( bundle );
berserk = subClass == HeroSubClass.BERSERKER ? buff(Berserk.class) : null;
attackSkill = bundle.getInt( ATTACK );
defenseSkill = bundle.getInt( DEFENSE );