summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2014-10-29 23:30:57 -0700
committerTaylor Locke <kisuka@kisuka.com>2014-10-29 23:31:14 -0700
commit228a826dfdde3581f8e5d757ec458119d6079524 (patch)
tree52a052f2b26a5d03e33b85f7e73d025c91d5d111 /src/map/status.h
parent04c7b7326365c4f68e64875ca3519a20c1f81b79 (diff)
downloadhercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.gz
hercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.bz2
hercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.xz
hercules-228a826dfdde3581f8e5d757ec458119d6079524.zip
Added 2014 Halloween Event and made status change parameter optional on montransform.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 623ba7eb3..e96894e9f 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -730,7 +730,7 @@ typedef enum sc_type {
SC__FEINTBOMB_MASTER,
SC_FALLENEMPIRE,
- SC_FLASHCOMBO,
+ SC_FLASHCOMBO, // 580
//Vellum Weapon reductions
SC_DEFSET,
@@ -738,6 +738,12 @@ typedef enum sc_type {
SC_NO_SWITCH_EQUIP,
+ // 2014 Halloween Event
+ SC_MTF_MHP,
+ SC_MTF_MSP,
+ SC_MTF_PUMPKIN,
+ SC_MTF_HITFLEE,
+
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;