summaryrefslogtreecommitdiff
path: root/src/emap/enum/esctype.h
diff options
context:
space:
mode:
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