From 0f3720e73982e50bc2dd04439c239781ba2b60ad Mon Sep 17 00:00:00 2001 From: Magnus Date: Fri, 6 Jan 2006 02:21:28 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1801 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- quakec/fallout2/weapons.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakec/fallout2/weapons.qc b/quakec/fallout2/weapons.qc index ba55bb039..c2d84a508 100644 --- a/quakec/fallout2/weapons.qc +++ b/quakec/fallout2/weapons.qc @@ -784,7 +784,7 @@ void() spike_touch = WriteByte (MSG_MULTICAST, SVC_TEMPENTITY); if (self.classname == "wizspike") { - T_Damage (other, self, self.owner, 9+random()18); + T_Damage (other, self, self.owner, 9+random()*18); WriteByte (MSG_MULTICAST, TE_WIZSPIKE); } else if (self.classname == "knightspike")