diff options
author | Tim Angus <tim@ngus.net> | 2004-01-11 00:20:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-01-11 00:20:04 +0000 |
commit | 5b4909a3e494eb8c677e3ae65818469fa9c22e3c (patch) | |
tree | fe72405533331b4995a3a41c8f582b73998dacf5 /src/game/bg_public.h | |
parent | bddd5e171dabad555ac767013de9114678a82ee7 (diff) |
* Sorted out hydra gas screwups
* Synced MOD_ and EV_ lists
* Removed "devmap" command from map rotation system
* Increased soldier bite damage to 50
* Reduced price of light armour to 70
* Added visibility tests to the hive and acid tube
* Some other stuff
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 95892add..07a2862b 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -557,7 +557,6 @@ typedef enum EV_OVERMIND_DYING, //TA: overmind close to death EV_OVERMIND_SPAWNS, //TA: overmind needs spawns - EV_POISONCLOUD, //TA: client poisoned EV_RPTUSE_SOUND //TA: trigger a sound } entity_event_t; |