Monsters hit by a boulder from your scroll of earth should get angry
This commit is contained in:
@@ -452,6 +452,7 @@ give feedback when released from a bear trap
|
|||||||
#version output left out "pattern matching via <method>" if the basic NetHack
|
#version output left out "pattern matching via <method>" if the basic NetHack
|
||||||
features entry was split across two lines
|
features entry was split across two lines
|
||||||
recovery of strength lost due to weakness from hunger was vulnerable to abuse
|
recovery of strength lost due to weakness from hunger was vulnerable to abuse
|
||||||
|
monsters hit by scroll of earth boulder did not get angry
|
||||||
|
|
||||||
|
|
||||||
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository
|
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository
|
||||||
|
|||||||
@@ -1771,6 +1771,7 @@ boolean confused, byu;
|
|||||||
xname(helmet), mhim(mtmp));
|
xname(helmet), mhim(mtmp));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
wakeup(mtmp, byu);
|
||||||
mtmp->mhp -= mdmg;
|
mtmp->mhp -= mdmg;
|
||||||
if (mtmp->mhp <= 0) {
|
if (mtmp->mhp <= 0) {
|
||||||
if (byu) {
|
if (byu) {
|
||||||
|
|||||||
Reference in New Issue
Block a user