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
|
the new room-style. Beelzebub's level always does this and the
|
||||||
"beetle legs" are restored.
|
"beetle legs" are restored.
|
||||||
gnomes will occasionally have a candle
|
gnomes will occasionally have a candle
|
||||||
|
stop travel or run when you get hungry
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific New Features
|
Platform- and/or Interface-Specific New Features
|
||||||
|
|||||||
@@ -2712,6 +2712,7 @@ boolean incr;
|
|||||||
if (incr && occupation &&
|
if (incr && occupation &&
|
||||||
(occupation != eatfood && occupation != opentin))
|
(occupation != eatfood && occupation != opentin))
|
||||||
stop_occupation();
|
stop_occupation();
|
||||||
|
context.travel = context.travel1 = context.mv = context.run = 0;
|
||||||
break;
|
break;
|
||||||
case WEAK:
|
case WEAK:
|
||||||
if (Hallucination)
|
if (Hallucination)
|
||||||
@@ -2731,6 +2732,7 @@ boolean incr;
|
|||||||
if (incr && occupation &&
|
if (incr && occupation &&
|
||||||
(occupation != eatfood && occupation != opentin))
|
(occupation != eatfood && occupation != opentin))
|
||||||
stop_occupation();
|
stop_occupation();
|
||||||
|
context.travel = context.travel1 = context.mv = context.run = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
u.uhs = newhs;
|
u.uhs = newhs;
|
||||||
|
|||||||
Reference in New Issue
Block a user