Added WeaponObject baselines, Updated TangibleObject baselines, Updated CreatureObject Baselines

This commit is contained in:
Waverunner
2014-12-09 10:33:57 -05:00
parent 321ff14fc3
commit 068921afc6
7 changed files with 190 additions and 13 deletions
@@ -22,6 +22,7 @@ public class PlayerObject extends IntangibleObject {
public PlayerObject(long objectId) {
super(objectId);
setVolume(0);
}
public String getProfession() {