From 7545415fe3ea29919e4dacfd4eedec7710924ff0 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Wed, 28 Jan 2015 22:03:03 +0200 Subject: Minor balance adjustments. --- 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 efdc300..137d9ea 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -1249,7 +1249,7 @@ static const buildableAttributes_t bg_buildableList[ ] = TR_GRAVITY, //trType_t traj; 0.0, //float bounce; REPEATER_BP, //int buildPoints; - STAGE_GE_1, //int stages + STAGE_GE_2, //int stages REPEATER_HEALTH, //int health; 0, //int regenRate; REPEATER_SPLASHDAMAGE, //int splashDamage; -- cgit