summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 20:31:14 +0000
committergumi <git@gumi.ca>2020-07-13 20:31:50 +0000
commit918d53cc4d9c7198b19f20c840cbb8755b6ea3ab (patch)
tree49d704f0fdd932a855a0b9a882a773d548b12ec1
parent7840b10caf239eaf9e0b10971457581fa30a6ec2 (diff)
downloadevol-hercules-918d53cc4d9c7198b19f20c840cbb8755b6ea3ab.tar.gz
evol-hercules-918d53cc4d9c7198b19f20c840cbb8755b6ea3ab.tar.bz2
evol-hercules-918d53cc4d9c7198b19f20c840cbb8755b6ea3ab.tar.xz
evol-hercules-918d53cc4d9c7198b19f20c840cbb8755b6ea3ab.zip
skill icons are now defined in skills.conf
-rw-r--r--src/emap/status.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/emap/status.c b/src/emap/status.c
index 8dafaab..88f96f9 100644
--- a/src/emap/status.c
+++ b/src/emap/status.c
@@ -43,21 +43,8 @@ void eInitChangeTables(void)
{
status->set_sc(EVOL_PHYSICAL_SHIELD,
(sc_type)SC_PHYSICAL_SHIELD,
- SI_PHYSICAL_SHIELD,
SCB_DEF | SCB_DEF2 | SCB_ASPD);
-
- status->dbs->IconChangeTable[SC_INCAGI] = SI_EVOL_INCAGI;
- status->dbs->IconChangeTable[SC_INCVIT] = SI_EVOL_INCVIT;
- status->dbs->IconChangeTable[SC_INCINT] = SI_EVOL_INCINT;
- status->dbs->IconChangeTable[SC_INCDEX] = SI_EVOL_INCDEX;
- status->dbs->IconChangeTable[SC_INCLUK] = SI_EVOL_INCLUK;
-
- status->dbs->IconChangeTable[SC_INCHIT] = SI_EVOL_INCHIT;
- status->dbs->IconChangeTable[SC_INCFLEE] = SI_EVOL_INCFLEE;
- status->dbs->IconChangeTable[SC_WALKSPEED] = SI_EVOL_WALKSPEED;
- status->dbs->IconChangeTable[SC_INCMHPRATE] = SI_EVOL_INCMHPRATE;
- status->dbs->IconChangeTable[SC_INCMSPRATE] = SI_EVOL_INCMSPRATE;
-// status->dbs->DisplayType[SC_PHYSICAL_SHIELD] = true;
+ status->dbs->IconChangeTable[EVOL_PHYSICAL_SHIELD].relevant_bl_types |= BL_SCEFFECT;
}
int estatus_init_post(int retVal,