diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 4324ec3da..304f4a149 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4359,6 +4359,16 @@ constants_db: { BS_SNEST9: 256 BS_SNESTALL: 511 + comment__: "Homunculus deployment constants" + HCD_PIOUFIELDS: 1 + HCD_HERBFIELDS: 2 + HCD_OREMINES: 3 + HCD_RAREMINES: 4 + HCD_SLIMENEST: 5 + HCD_SNAKEPIT: 6 + HCD_DANGERAREA: 7 + HCD_MARKET: 10 + comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 |