v0.3.3: added char properties, starting with IMMOVABLE implementation

This commit is contained in:
Evan Debenham
2015-12-16 04:47:34 -05:00
parent 30404257df
commit e09f40378d
12 changed files with 32 additions and 16 deletions
@@ -49,6 +49,8 @@ public class RotLasher extends Mob {
lootChance = 1f;
state = WANDERING = new Waiting();
properties.add(Property.IMMOVABLE);
}
@Override