diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 00bf0248d..171b83abc 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4341,7 +4341,18 @@ constants_db: { BS_SNEST6: 32 BS_SNEST7: 64 BS_SNEST8: 128 - BS_SNESTALL: 255 + BS_SNEST9: 256 + BS_SNESTALL: 511 + // K - Nest Kills + BS_KNEST1: 3 + BS_KNEST2: 2 + BS_KNEST3: 1 + BS_KNEST4: 3 + BS_KNEST5: 2 + BS_KNEST6: 1 + BS_KNEST7: 3 + BS_KNEST8: 2 + BS_KNEST9: 1 comment__: "Being actions" ACTION_STAND: 0 |