diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-19 19:51:11 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-19 19:51:11 +0300 |
commit | 67a2767ff0f97fe39d603492d46e1c77b4621b78 (patch) | |
tree | 98859169aaa81633e28c94086300a568f4740998 /src/game/bg_public.h | |
parent | 9fd2377cd037c272941aacd81c143a4128607b96 (diff) |
Re-worked hummel to a playable class with low hp and relatively high damage.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 271db7e..7ce0d12 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -239,6 +239,7 @@ typedef enum #define SCA_ALIENSENSE 0x00000010 #define SCA_CANUSELADDERS 0x00000020 #define SCA_WALLJUMPER 0x00000040 +#define SCA_FLYING 0x00000080 #define SS_WALLCLIMBING 0x00000001 #define SS_CREEPSLOWED 0x00000002 |