Allow some makemon flags in lua monster creation

Also document the des.monster hash parameter values.
This commit is contained in:
Pasi Kallinen
2021-06-24 14:38:01 +03:00
parent 8dfe963652
commit 3ddb2a91c7
3 changed files with 48 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ typedef struct {
paralyzed, stunned, confused, waiting;
long seentraps;
short has_invent;
long mm_flags; /* makemon flags */
} monster;
typedef struct {