Disable dropping hunger in Sneaky Assassins

This commit is contained in:
CoderTim 2014-07-29 20:22:46 -04:00
parent c747638303
commit fa91bf0a00

View File

@ -52,6 +52,7 @@ public class SneakyAssassins extends SoloGame
this._npcManager = new NpcManager(this, UtilMath.random);
this.DamageTeamSelf = true;
this.HungerSet = 20;
}
@Override