v0.3.1: allowed resting while hungry
This commit is contained in:
committed by
Evan Debenham
parent
79c12e11b5
commit
272d4834b3
@@ -88,6 +88,7 @@ public class Hunger extends Buff implements Hero.Doom {
|
||||
if (newLevel >= STARVING) {
|
||||
|
||||
GLog.n( TXT_STARVING );
|
||||
hero.restoreHealth = false;
|
||||
hero.damage( 1, this );
|
||||
statusUpdated = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user