diff options
author | Tim Angus <tim@ngus.net> | 2005-12-08 19:25:25 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-12-08 19:25:25 +0000 |
commit | 10107e224bbaa2a39cd1296905d27e4d927cf207 (patch) | |
tree | 02c7175e4994c75951ca6e22a4d6ca0716a4af76 /src/game/g_local.h | |
parent | 6bd236bb4e5c59e8f767188c11d205383acafe63 (diff) |
* Reduced Dragoon pounce range to 64 from 96
* Dragoon pounce now incurs 400ms wait before other weapons may be used
* Trapper cost down to 8 from 10
* Hovel is now free, but only one can be built
* Teslagen damage up to 9 from 7
* Non locational damage does not apply locational armour anymore; instead it
averages the armour regions together
* Tweaks to pain blends
* Added cg_animation.c, which apparently I forgot
* Added generate-infopanes.sh and infopanes.def.h
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index ee8a8a57..d9997d49 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -639,6 +639,7 @@ typedef enum IBE_NOASSERT, IBE_SPWNWARN, IBE_NOCREEP, + IBE_HOVEL, IBE_HOVELEXIT, IBE_REACTOR, |