the new room-style. Beelzebub's level always does this and the
"beetle legs" are restored.
gnomes will occasionally have a candle
+stop travel or run when you get hungry
Platform- and/or Interface-Specific New Features
if (incr && occupation &&
(occupation != eatfood && occupation != opentin))
stop_occupation();
+ context.travel = context.travel1 = context.mv = context.run = 0;
break;
case WEAK:
if (Hallucination)
if (incr && occupation &&
(occupation != eatfood && occupation != opentin))
stop_occupation();
+ context.travel = context.travel1 = context.mv = context.run = 0;
break;
}
u.uhs = newhs;