mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-04-25 10:41:04 +00:00
Fix backwards compatibility issue with base_shutdown
- 'hurt' got removed, which some maps use
This commit is contained in:
parent
22f60ac1ec
commit
30d9db6d6d
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