summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-15 16:59:07 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-15 16:59:07 +0300
commit378e1bf33dce57f941d9d93defb1a81715dc5d3f (patch)
tree66ba44cf02f08db2835d5bf4da640bd7a645e50e /src/game/bg_misc.c
parentd494126b5020ba1397d79f26b20a09793051e07e (diff)
Disabled mass driver secondary fire.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index eee366b..d307a3e 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -3470,11 +3470,8 @@ static const weaponAttributes_t bg_weapons[ ] =
"mdriver", //char *weaponName;
"[yefarms]Mass Driver", //char *humanName;
"A portable particle accelerator which causes minor nuclear "
- "reactions at the point of impact. It has a very large "
- "payload, but fires slowly. The secondary fire mode is "
- "triggered with a combo of [primary attack] and [activate upgrade]. "
- "It needs a full clip and fires a target seeking ball-lightning "
- "towarads the enemy. It is available at S3",
+ "reactions at the point of impact. It has a very large "
+ "payload, but fires slowly.",
MDRIVER_CLIPSIZE, //int maxAmmo;
MDRIVER_MAXCLIPS, //int maxClips;
qfalse, //int infiniteAmmo;
@@ -3485,7 +3482,7 @@ static const weaponAttributes_t bg_weapons[ ] =
MDRIVER_RELOAD, //int reloadTime;
MDRIVER_K_SCALE, //float knockbackScale;
qfalse, //qboolean hasAltMode;
- qtrue, //qboolean hasThirdMode;
+ qfalse, //qboolean hasThirdMode;
qtrue, //qboolean canZoom;
25.0f, //float zoomFov;
qtrue, //qboolean purchasable;