diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 41010a34b..8b27af328 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -621,6 +621,19 @@ typedef enum sc_type { SC_INCMHP, SC_INCMSP, SC_PARTYFLEE, // 531 + /** + * Kagerou & Oboro [malufett] + **/ + SC_MEIKYOUSISUI, + SC_JYUMONJIKIRI, + SC_KYOUGAKU, + SC_IZAYOI, + SC_KAGEHUMI, + SC_KYOMU, + SC_KAGEMUSYA, + SC_ZANGETSU, + SC_OBOROGENSOU, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |