summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 5ba30438..0b290cec 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3966,4 +3966,14 @@ constants_db: {
// INN enum
NO_INN: 0
REDPLUSH_INN: 1
+
+ // Being actions
+ ACTION_STAND: 0
+ ACTION_MOVE: 1
+ ACTION_ATTACK: 2
+ ACTION_CAST: 3
+ ACTION_SIT: 4
+ ACTION_DEAD: 5
+ ACTION_HURT: 6
+ ACTION_SPAWN: 7
}