diff options
| author | Teetime <anton.tsoulos@yahoo.de> | 2011-10-31 17:30:56 +0100 |
|---|---|---|
| committer | Teetime <anton.tsoulos@yahoo.de> | 2011-10-31 17:30:56 +0100 |
| commit | de2647f67f3d8248dcaf6acf091c671d50e369f7 (patch) | |
| tree | 6a1df7cbb2f78281de8f14c4bb6871edde3ec406 /src/game/server/entities/character.h | |
| parent | e4e31b1515435dddc425d7e1a637fee5aaadb9dc (diff) | |
| download | zcatch-de2647f67f3d8248dcaf6acf091c671d50e369f7.tar.gz zcatch-de2647f67f3d8248dcaf6acf091c671d50e369f7.zip | |
added anticamper
Diffstat (limited to 'src/game/server/entities/character.h')
| -rw-r--r-- | src/game/server/entities/character.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/entities/character.h b/src/game/server/entities/character.h index 02a779bb..a311a6f9 100644 --- a/src/game/server/entities/character.h +++ b/src/game/server/entities/character.h @@ -11,6 +11,7 @@ enum { + WEAPON_ANTICAMPER = -4, WEAPON_GAME = -3, // team switching etc WEAPON_SELF = -2, // console kill command WEAPON_WORLD = -1, // death tiles etc |