summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2015-07-08 01:09:58 +0300
committerMikko Tiusanen <ams@daug.net>2015-07-08 01:09:58 +0300
commitdc5cc800f856c82f4f8961dd9c1225c3fa4670bc (patch)
treec47776428534e0340fd43efb392ef192d43e0aba /src/game/bg_misc.c
parent4c0afec94806a7cf4f8c15e83e5c2906aa7df3a9 (diff)
Removed the minimum team size limit from stage threshold scaling and moved grenades to s3.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index cbd3612..8f6da8e 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -3834,7 +3834,7 @@ static const upgradeAttributes_t bg_upgrades[ ] =
{
UP_GRENADE, //int upgradeNum;
GRENADE_PRICE, //int price;
- STAGE_GE_4, //int stages
+ STAGE_GE_3, //int stages
SLOT_NONE, //int slots;
"gren", //char *upgradeName;
"[yenade]Grenade", //char *humanName;