summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'consts.py')
-rw-r--r--consts.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/consts.py b/consts.py
index 6dd83d0..01fe345 100644
--- a/consts.py
+++ b/consts.py
@@ -51,6 +51,11 @@ SPH_HEALALL =5
SPH_ATKUP =6
SPH_DEFUP =7
+# Combat code
+SRV_SKILL =1000
+SRV_WAVE =9901
+SRV_SPHERE =9902
+
# Status Conditions
SC_ATKUP =1
SC_DEFUP =2