And one other thing

This commit is contained in:
Treeku
2014-04-03 16:36:30 +01:00
parent de21f01934
commit 121ec2b408
@@ -84,7 +84,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
// CREO 4
private float accelerationMultiplierBase = 1;
private float accelerationMultiplierMod = 1;
private SWGMap<SkillMod> skillMods;
private SWGMap<String, SkillMod> skillMods;
private float speedMultiplierBase = 1;
private float speedMultiplierMod = 1;
private float runSpeed = (float) 7.3;