diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index c82a0c932..6ea93f819 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -331,9 +331,10 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_MINDBREAKER =191, SC_SPELLBREAKER =192, - SC_EDP = 114, // [Celest] - SC_MARIONETTE2 = 122, - SC_BLEEDING = 124, + SC_EDP = 114, // [Celest] + SC_MARIONETTE2 = 122, // marionette target + SC_BLEEDING = 124, // temporarily same id as headcrush + SC_POISON2 = 193, // for EDP // -- testing various SC effects // SC_AURABLADE =81, @@ -854,4 +855,3 @@ enum { }; #endif - |