v0.4.1: big armor redesign

This commit is contained in:
Evan Debenham
2016-07-01 06:03:34 -04:00
parent f93b2ac723
commit 2d088c8983
45 changed files with 153 additions and 129 deletions
@@ -61,8 +61,8 @@ public class Eye extends Mob {
}
@Override
public int dr() {
return 10;
public int drRoll() {
return Random.NormalIntRange(0, 10);
}
private Ballistica beam;