mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
SERVER: Have explosive_barrel entity fire targets on explode
This commit is contained in:
parent
fe0237749f
commit
2aad4a471d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ void() Barrel_Explode =
|
||||||
|
|
||||||
CallExplosion(self.origin);
|
CallExplosion(self.origin);
|
||||||
|
|
||||||
|
SUB_UseTargets ();
|
||||||
SUB_Remove ();
|
SUB_Remove ();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue