*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1801 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Magnus 2006-01-06 02:21:28 +00:00
parent 096a6ceadd
commit 0f3720e739
1 changed files with 1 additions and 1 deletions

View File

@ -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")