Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
This commit is contained in:
@@ -1127,6 +1127,7 @@ Some levels in Gehennom now use the old corridor-style maze instead of
|
||||
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
|
||||
|
||||
@@ -2712,6 +2712,7 @@ boolean incr;
|
||||
if (incr && occupation &&
|
||||
(occupation != eatfood && occupation != opentin))
|
||||
stop_occupation();
|
||||
context.travel = context.travel1 = context.mv = context.run = 0;
|
||||
break;
|
||||
case WEAK:
|
||||
if (Hallucination)
|
||||
@@ -2731,6 +2732,7 @@ boolean incr;
|
||||
if (incr && occupation &&
|
||||
(occupation != eatfood && occupation != opentin))
|
||||
stop_occupation();
|
||||
context.travel = context.travel1 = context.mv = context.run = 0;
|
||||
break;
|
||||
}
|
||||
u.uhs = newhs;
|
||||
|
||||
Reference in New Issue
Block a user