mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Merge in schtop_k lua changes
* See SVN r15059
This commit is contained in:
parent
74be39dc65
commit
fe1797af7d
1 changed files with 8 additions and 0 deletions
|
@ -124,6 +124,14 @@ blue_dspawn = { validspawn = blue_d_only }
|
|||
-- AND THEN, SOME MORE STUFF...
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
red_window_clip = trigger_ff_clip:new({ clipflags = {
|
||||
ClipFlags.kClipAllPlayers, ClipFlags.kClipAllProjectiles,
|
||||
ClipFlags.kClipAllBullets,ClipFlags.kClipAllGrenades } })
|
||||
|
||||
blue_window_clip = trigger_ff_clip:new({ clipflags = {
|
||||
ClipFlags.kClipAllPlayers, ClipFlags.kClipAllProjectiles,
|
||||
ClipFlags.kClipAllBullets,ClipFlags.kClipAllGrenades } })
|
||||
|
||||
red_sec = red_security_trigger:new()
|
||||
blue_sec = blue_security_trigger:new()
|
||||
|
||||
|
|
Loading…
Reference in a new issue