summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-03-18 16:44:54 +0000
committerTim Angus <tim@ngus.net>2004-03-18 16:44:54 +0000
commit1eee6be0ea1aeec679cff80fea36a91e6d0c788f (patch)
tree835ab33758dd9fa0b3e6f0a5a9003efcf04c8060 /src/game/bg_public.h
parent9582bcfdfcce0aa7132917c8403c5f12d2be3e79 (diff)
* Added trigger_stage entity which is fired on stage transitions
* Alien evolution is no longer allowed within range of humans * Reduced human damage boost from 10% to 7% * Reduced reactor base health to 1250
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index ff3ecf62..f00ad321 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -573,6 +573,7 @@ typedef enum
MN_A_HOVEL_OCCUPIED,
MN_A_HOVEL_BLOCKED,
MN_A_NOEROOM,
+ MN_A_TOOCLOSE,
//alien build
MN_A_SPWNWARN,