Scared hostile monster which cannot move away will attack

This commit is contained in:
Pasi Kallinen
2022-07-21 20:21:10 +03:00
parent 8747d2ddce
commit 82f0b1e8ea
3 changed files with 12 additions and 3 deletions

View File

@@ -440,6 +440,7 @@ typedef uint32_t mmflags_nht; /* makemon MM_ flags */
#define MMOVE_MOVED 1 /* monster moved */
#define MMOVE_DIED 2 /* monster died */
#define MMOVE_DONE 3 /* monster used up all actions */
#define MMOVE_NOMOVES 4 /* monster has no valid locations to move to */
/*** some utility macros ***/
#define yn(query) yn_function(query, ynchars, 'n')