mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-04-01 23:40:55 +00:00
railgun fix.
This commit is contained in:
parent
a717f589cf
commit
0bb2a47108
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ void() LaserBolt_Touch =
|
|||
return;
|
||||
}
|
||||
|
||||
self.velocity = self.mangle;
|
||||
|
||||
if (other == self.owner || other == self.real_owner)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue