*** 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:
parent
096a6ceadd
commit
0f3720e739
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ void() spike_touch =
|
||||||
WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
|
WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
|
||||||
if (self.classname == "wizspike")
|
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);
|
WriteByte (MSG_MULTICAST, TE_WIZSPIKE);
|
||||||
}
|
}
|
||||||
else if (self.classname == "knightspike")
|
else if (self.classname == "knightspike")
|
||||||
|
|
Loading…
Reference in a new issue