Migrated all element constants to source exports

This commit is contained in:
Lemongrass3110 2016-01-02 00:36:34 +01:00
parent 2b0087955e
commit 7565dcc16b
2 changed files with 13 additions and 12 deletions

View File

@ -247,18 +247,6 @@ bSubSkill 2077
bSubDefEle 2078
bStateNoRecoverRace 2079
Ele_Neutral 0
Ele_Water 1
Ele_Earth 2
Ele_Fire 3
Ele_Wind 4
Ele_Poison 5
Ele_Holy 6
Ele_Dark 7
Ele_Ghost 8
Ele_Undead 9
Ele_All 10
RC_Formless 0
RC_Undead 1
RC_Brute 2

View File

@ -2065,6 +2065,19 @@
export_constant(SI_TIME_ACCESSORY);
export_constant(SI_EP16_DEF);
/* elements */
export_constant(ELE_NEUTRAL);
export_constant(ELE_WATER);
export_constant(ELE_EARTH);
export_constant(ELE_FIRE);
export_constant(ELE_WIND);
export_constant(ELE_POISON);
export_constant(ELE_HOLY);
export_constant(ELE_DARK);
export_constant(ELE_GHOST);
export_constant(ELE_UNDEAD);
export_constant(ELE_ALL);
/* status options */
export_constant(OPTION_NOTHING);
export_constant(OPTION_SIGHT);