don't map things in when you can add them to the code

This commit is contained in:
Fox McCloud
2019-03-17 23:31:53 -04:00
parent db7baf3915
commit d8fce5bcdb
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -49566,11 +49566,9 @@
pixel_y = 0;
step_size = 0
},
/obj/item/storage/box/pillbottles,
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
/obj/item/storage/box/iv_bags,
/turf/simulated/floor/plasteel{
tag = "icon-whitebluefull";
icon_state = "whitebluefull"
@@ -15,6 +15,7 @@
new /obj/item/storage/box/syringes(src)
new /obj/item/storage/box/pillbottles(src)
new /obj/item/storage/box/patch_packs(src)
new /obj/item/storage/box/iv_bags(src)
new /obj/item/reagent_containers/dropper(src)
new /obj/item/reagent_containers/dropper(src)
new /obj/item/reagent_containers/glass/beaker(src)