diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-07-04 03:07:03 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-07-04 03:07:03 +0300 |
commit | 592e6fe7e6d03cb1aca0da7e0c9627972362ed50 (patch) | |
tree | f5abb123a165ca9f590b6a642ffcc46c8234daa1 /src/game/tremulous.h | |
parent | 9636124acf9af15c776d6f1df320790d14551bc6 (diff) |
Smoke grenade is now disabled.
Medikit is no longer purchasable from armoury (uses gpp behaviour).
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 3e3ccd8..879b290 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -544,7 +544,7 @@ TREMULOUS EDGE MOD SRC FILE #define HELMET_INFECTION_PROTECTION 1 #define HELMET_PCLOUD_PROTECTION 1000 -#define SPAWN_WITH_MEDKIT 0 +#define SPAWN_WITH_MEDKIT 1 #define MEDKIT_PRICE 50 #define BATTPACK_PRICE 75 |