From dc5cc800f856c82f4f8961dd9c1225c3fa4670bc Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Wed, 8 Jul 2015 01:09:58 +0300 Subject: Removed the minimum team size limit from stage threshold scaling and moved grenades to s3. --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_misc.c') 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; -- cgit