summaryrefslogtreecommitdiff
path: root/src/emap/status.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
committerJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
commitbae7e9a5430c0df68cc7172995ddfde47169b484 (patch)
tree7e5cffabab48694b4af3202726312ec406e479c4 /src/emap/status.c
parent63068d47650898f292aea877ce797e11c3f3404f (diff)
downloadevol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.gz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.bz2
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.xz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.zip
Extend SI table as needed for serverdata!222
(Original code from ML - Please blame Saulc if anything breaks)
Diffstat (limited to 'src/emap/status.c')
-rw-r--r--src/emap/status.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/emap/status.c b/src/emap/status.c
index 636a620..8dafaab 100644
--- a/src/emap/status.c
+++ b/src/emap/status.c
@@ -46,6 +46,17 @@ void eInitChangeTables(void)
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;
}