summaryrefslogtreecommitdiff
path: root/src/emap/enum/esctype.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
commit90f88f539307c0a6945d305aa591ae0b935365e4 (patch)
tree69d8b8707bdca068400ec91587a4ed68049ae8e1 /src/emap/enum/esctype.h
parent03996d97def7dda1d6a6f79a466daf668884d277 (diff)
downloadevol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.gz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.bz2
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.xz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.zip
Implement SC_HALT_REGENERATION. Move SC IDs because this one is saved to SQL.
Diffstat (limited to 'src/emap/enum/esctype.h')
-rw-r--r--src/emap/enum/esctype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/enum/esctype.h b/src/emap/enum/esctype.h
index 932d297..42dcffd 100644
--- a/src/emap/enum/esctype.h
+++ b/src/emap/enum/esctype.h
@@ -11,7 +11,8 @@
typedef enum esc_type
{
- SC_PHYSICAL_SHIELD = OLD_SC_MAX, // defined in vars.sh
+ SC_PHYSICAL_SHIELD = 1000, // used to be OLD_SC_MAX, defined in vars.sh
+ SC_HALT_REGENERATION,
} esc_type;
#endif // EVOL_MAP_ENUM_ESCTYPE