Forgot ERT, moved the boxes to boxes.dm

This commit is contained in:
joep van der velden
2018-11-10 12:08:06 +01:00
parent 172102a51a
commit 202ba8b5ed
5 changed files with 54 additions and 58 deletions
-13
View File
@@ -353,16 +353,3 @@ var/ert_request_answered = FALSE
name = "centcomm bounced radio"
frequency = ERT_FREQ
icon_state = "radio"
/obj/item/storage/box/responseteam/
name = "boxed survival kit"
/obj/item/storage/box/responseteam/New()
..()
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/emergency_oxygen/engi(src)
new /obj/item/flashlight/flare(src)
new /obj/item/kitchen/knife/combat(src)
new /obj/item/radio/centcom(src)
new /obj/item/reagent_containers/food/pill/patch/synthflesh(src)
new /obj/item/reagent_containers/hypospray/autoinjector(src)