mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
don't map things in when you can add them to the code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user