From 9d775be1fcf70285d3d55fa1f1541e088b2280a6 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 16 Aug 2003 14:14:57 +0000 Subject: * Alien build weapons now purchasable so that CG_SetUIVars passes them to UI --- src/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 7286dc14..1c07da59 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2330,7 +2330,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int reloadTime; qtrue, //qboolean hasAltMode; qfalse, //qboolean hasThirdMode; - qfalse, //qboolean purchasable; + qtrue, //qboolean purchasable; ABUILDER_BASE_DELAY, //int buildDelay; WUT_ALIENS //WUTeam_t team; }, @@ -2352,7 +2352,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int reloadTime; qtrue, //qboolean hasAltMode; qfalse, //qboolean hasThirdMode; - qfalse, //qboolean purchasable; + qtrue, //qboolean purchasable; ABUILDER_ADV_DELAY, //int buildDelay; WUT_ALIENS //WUTeam_t team; }, -- cgit