]> granicus.if.org Git - nethack/commit
Hit and wake sleeping monster makes it growl
authorPasi Kallinen <paxed@alt.org>
Sat, 21 Jan 2023 14:52:17 +0000 (16:52 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 21 Jan 2023 14:52:23 +0000 (16:52 +0200)
commit677b32c2a7a016ba9708f2bcc63582cb5100d3a7
tree02ae9582e6d46297ba3871eed8a443b9c5dd59f4
parent9dca76bb505d185ce2fae30838ba5d45d3997ac6
Hit and wake sleeping monster makes it growl

Unless you kill the monster with one hit, it'll wake up
cranky and make noise - waking up other sleeping monsters.

This was a bit tricky with all the message sequencing; I tested
all the hit/throw/fire/zap combos I could think of, and it took
a while to get things looking right.
doc/fixes3-7-0.txt
include/extern.h
src/dokick.c
src/dothrow.c
src/explode.c
src/mon.c
src/uhitm.c
src/zap.c