From: FruitieX Date: Wed, 28 Jul 2010 21:04:43 +0000 (+0300) Subject: okay nevermind that effects reverse thing X-Git-Tag: xonotic-v0.1.0preview~394 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=1487d79e4d8efc2ce90ec4abd05eac0d6f8fb58b;p=xonotic%2Fxonotic-data.pk3dir.git okay nevermind that effects reverse thing --- diff --git a/qcsrc/server/w_nex.qc b/qcsrc/server/w_nex.qc index 389341f23..3a85e113a 100644 --- a/qcsrc/server/w_nex.qc +++ b/qcsrc/server/w_nex.qc @@ -46,10 +46,7 @@ void W_Nex_Attack (float issecondary) W_SetupShot (self, TRUE, 5, "weapons/nexfire.wav", mydmg); yoda = 0; - if(issecondary) // reverse effects - FireRailgunBullet (w_shotorg + w_shotdir * MAX_SHOT_DISTANCE, w_shotorg, mydmg, myforce, mymindist, mymaxdist, myhalflife, myforcehalflife, WEP_NEX); - else - FireRailgunBullet (w_shotorg, w_shotorg + w_shotdir * MAX_SHOT_DISTANCE, mydmg, myforce, mymindist, mymaxdist, myhalflife, myforcehalflife, WEP_NEX); + FireRailgunBullet (w_shotorg, w_shotorg + w_shotdir * MAX_SHOT_DISTANCE, mydmg, myforce, mymindist, mymaxdist, myhalflife, myforcehalflife, WEP_NEX); if(yoda && flying) AnnounceTo(self, "yoda");