diff options
-rw-r--r-- | doc/constants.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index e474d2134..1bd6c79d5 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5105,6 +5105,12 @@ - `MST_AROUND4`: 12 - `MST_AROUND`: 12 +### Monster group constants + +- `ALL_MOBS_NONBOSS`: -1 +- `ALL_MOBS_BOSS`: -2 +- `ALL_MOBS`: -3 + ### pc block constants, use with *setpcblock* and *checkpcblock* - `PCBLOCK_NONE`: 0 |