mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-02-11 22:57:38 +00:00
Merge pull request #35 from fortressforever/fixes/shutdown-backwards-compat
Fix backwards compatibility issue with base_shutdown
This commit is contained in:
commit
800d609fef
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ blue_security_trigger = base_security_trigger:new( { team = Team.kBlue, button =
|
||||||
-- Hurts
|
-- Hurts
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- backwards compatibility
|
||||||
|
hurt = team_only_trigger:new({})
|
||||||
-- red lasers hurt blue and vice-versa
|
-- red lasers hurt blue and vice-versa
|
||||||
red_security_hurt = not_red_trigger:new({})
|
red_security_hurt = not_red_trigger:new({})
|
||||||
blue_security_hurt = not_blue_trigger:new({})
|
blue_security_hurt = not_blue_trigger:new({})
|
||||||
|
|
Loading…
Reference in a new issue