Fix backwards compatibility issue with base_shutdown

- 'hurt' got removed, which some maps use
This commit is contained in:
squeek 2015-03-28 17:51:04 -07:00
parent 22f60ac1ec
commit 30d9db6d6d

View file

@ -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({})