diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:07:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:07:07 -0300 |
commit | fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002 (patch) | |
tree | 6e73b3a8d0135856f8f807f8878aa9596651e76a /src/emap/enum | |
parent | a90e4b49e53f38ecdde98ffdf77f0f7791f27692 (diff) | |
download | evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.gz evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.bz2 evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.xz evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.zip |
Implement SC_HALT_REGENERATION.
Diffstat (limited to 'src/emap/enum')
-rw-r--r-- | src/emap/enum/esctype.h | 1 | ||||
-rw-r--r-- | src/emap/enum/esitype.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/enum/esctype.h b/src/emap/enum/esctype.h index 28e3930..13a868a 100644 --- a/src/emap/enum/esctype.h +++ b/src/emap/enum/esctype.h @@ -7,6 +7,7 @@ typedef enum esc_type { SC_PHYSICAL_SHIELD = 654, + SC_HALT_REGENERATION, } esc_type; #endif // EVOL_MAP_ENUM_ESCTYPE diff --git a/src/emap/enum/esitype.h b/src/emap/enum/esitype.h index b1d62c3..313f50a 100644 --- a/src/emap/enum/esitype.h +++ b/src/emap/enum/esitype.h @@ -7,6 +7,7 @@ enum esi_type { SI_PHYSICAL_SHIELD = 966, + SI_HALT_REGEN = 967, //SI_TMW2_INCSTR = 970, SI_TMW2_INCAGI = 971, SI_TMW2_INCVIT = 972, |