mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 07:11:42 +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
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
-- backwards compatibility
|
||||
hurt = team_only_trigger:new({})
|
||||
-- red lasers hurt blue and vice-versa
|
||||
red_security_hurt = not_red_trigger:new({})
|
||||
blue_security_hurt = not_blue_trigger:new({})
|
||||
|
|
Loading…
Reference in a new issue