Update boxes.dm

This commit is contained in:
Michael C
2018-11-20 21:04:49 -05:00
committed by GitHub
parent f1d52f58fe
commit bbba753001
@@ -74,6 +74,16 @@
new /obj/item/reagent_containers/hypospray/autoinjector( src )
return
/obj/item/storage/box/survival_machine
icon_state = "box_civ_ipc"
New()
..()
contents = list()
new /obj/item/weldingtool/mini( src )
new /obj/item/stack/cable_coil( src, 10 )
new /obj/item/reagent_containers/food/drinks/oilcan/full( src )
return
/obj/item/storage/box/engineer
icon_state = "box_eng"
New()
@@ -84,6 +94,17 @@
new /obj/item/reagent_containers/hypospray/autoinjector( src )
return
/obj/item/storage/box/engineer_machine
icon_state = "box_eng_ipc"
New()
..()
contents = list()
new /obj/item/weldingtool/mini( src )
new /obj/item/stack/cable_coil( src, 10 )
new /obj/item/reagent_containers/food/drinks/oilcan/full( src )
return
/obj/item/storage/box/survival_mining
icon_state = "box_min"
New()
@@ -94,6 +115,17 @@
new /obj/item/crowbar/red(src)
new /obj/item/reagent_containers/hypospray/autoinjector(src)
/obj/item/storage/box/survival_mining_machine
icon_state = "box_min_ipc"
New()
..()
contents = list()
new /obj/item/weldingtool/mini( src )
new /obj/item/stack/cable_coil( src, 10 )
new /obj/item/reagent_containers/food/drinks/oilcan/full( src )
new /obj/item/crowbar/red(src)
return
/obj/item/storage/box/gloves
name = "box of latex gloves"
desc = "Contains white gloves."