diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-04-03 19:52:51 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-04-03 19:52:51 +0300 |
commit | 0c1ea391f80ade922bbc0fc34e88d089e41ea353 (patch) | |
tree | 0337685e30d1351aeff1d55f2d9916d9b14536ba /src/game/bg_misc.c | |
parent | de1bb3421d464023570b96082809d79ca3ca6264 (diff) |
Removed 3rd fire from rant and removed the drawing of rant flamer ammo.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 137d9ea..09da2b8 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2525,7 +2525,7 @@ static const classAttributes_t bg_classList[ ] = { PCL_ALIEN_LEVEL4, //int classnum; "level4", //char *classname; - "A large alien with a strong melee attack and a weak flame blast. " + "A large alien with a strong melee attack. " "This class can also charge at enemy players and structures, " "inflicting great damage. Any humans caught under a falling " "Tyrant will be crushed by its weight.", @@ -3329,7 +3329,7 @@ static const weaponAttributes_t bg_weapons[ ] = 0, //int reloadTime; LEVEL4_CLAW_K_SCALE, //float knockbackScale; qfalse, //qboolean hasAltMode; - qtrue, //qboolean hasThirdMode; + qfalse, //qboolean hasThirdMode; qfalse, //qboolean canZoom; 90.0f, //float zoomFov; qfalse, //qboolean purchasable; |