Too many SCs were removed
This commit is contained in:
Atemo 2024-07-22 17:09:32 +02:00
parent 5e84cc685d
commit be632c5d5c
2 changed files with 14 additions and 7 deletions

View File

@ -1912,8 +1912,9 @@
export_constant(SC_HIDDEN_CARD);
export_constant(SC_PERIOD_RECEIVEITEM_2ND);
export_constant(SC_PERIOD_PLUSEXP_2ND);
// Spirit Handler
export_constant(SC_POWERUP);
export_constant(SC_AGIUP);
export_constant(SC_PROTECTION);
export_constant(SC_HOGOGONG);
export_constant(SC_MARINE_FESTIVAL);
export_constant(SC_SANDY_FESTIVAL);
@ -1929,11 +1930,6 @@
export_constant(SC_BLESSING_OF_M_CREATURES);
export_constant(SC_BLESSING_OF_M_C_DEBUFF);
export_constant(SC_EXTREMITYFIST2);
export_constant(SC_POWERUP);
export_constant(SC_AGIUP);
export_constant(SC_PROTECTION);
/* status icons */
export_deprecated_constant2("SI_BLANK",-1);
export_deprecated_constant2("SI_PROVOKE",0);

View File

@ -1293,6 +1293,17 @@ enum sc_type : int16 {
SC_BREAKINGLIMIT,
SC_RULEBREAK,
// Night Watch
SC_INTENSIVE_AIM,
SC_INTENSIVE_AIM_COUNT,
SC_GRENADE_FRAGMENT_1,
SC_GRENADE_FRAGMENT_2,
SC_GRENADE_FRAGMENT_3,
SC_GRENADE_FRAGMENT_4,
SC_GRENADE_FRAGMENT_5,
SC_GRENADE_FRAGMENT_6,
SC_AUTO_FIRING_LAUNCHER,
SC_HIDDEN_CARD,
SC_PERIOD_RECEIVEITEM_2ND,
SC_PERIOD_PLUSEXP_2ND,