diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-08 23:53:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-08 23:53:24 -0300 |
commit | ce242a334015745f1c32029ef15473f778e38742 (patch) | |
tree | 41c62d1d6d05ee95f33cdf0e4b3978f34f178dff /src/emap/status.c | |
parent | bc0a3f0204e0460548679421c511e517866d0371 (diff) | |
download | evol-hercules-ce242a334015745f1c32029ef15473f778e38742.tar.gz evol-hercules-ce242a334015745f1c32029ef15473f778e38742.tar.bz2 evol-hercules-ce242a334015745f1c32029ef15473f778e38742.tar.xz evol-hercules-ce242a334015745f1c32029ef15473f778e38742.zip |
Botter Syndrome
Diffstat (limited to 'src/emap/status.c')
-rw-r--r-- | src/emap/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index 825d194..85362ab 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -62,6 +62,7 @@ void eInitChangeTables(void) status->dbs->IconChangeTable[SC_INCMSPRATE] = SI_TMW2_INCMSPRATE; status->dbs->IconChangeTable[SC_HALT_REGENERATION] = SI_HALT_REGEN; + status->dbs->IconChangeTable[SC_BOTTER_SYNDROME] = SI_BOTTER_SYNDROME; // status->dbs->DisplayType[SC_PHYSICAL_SHIELD] = true; } |