diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index 8a3ecee39..3ebfc9899 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -761,11 +761,6 @@ public class Hero extends Char { if (pos == stairs && pos == Dungeon.level.exit) { curAction = null; - - Hunger hunger = buff( Hunger.class ); - if (hunger != null && !hunger.isStarving()) { - hunger.satisfy( -Hunger.STARVING / 10 ); - } Buff buff = buff(TimekeepersHourglass.timeFreeze.class); if (buff != null) buff.detach();