Removes syringe guns, into the CMO locker (#18062)

This commit is contained in:
Contrabang
2022-06-23 09:46:13 -07:00
committed by GitHub
parent 023d179c9c
commit 2dbff65258
5 changed files with 1 additions and 13 deletions
-2
View File
@@ -62344,7 +62344,6 @@
pixel_y = 5
},
/obj/item/storage/box/syringes,
/obj/item/gun/syringe,
/obj/machinery/status_display{
pixel_x = -32
},
@@ -87485,7 +87484,6 @@
"dXZ" = (
/obj/structure/table/reinforced,
/obj/structure/bedsheetbin,
/obj/item/gun/syringe,
/obj/machinery/light/small,
/turf/simulated/floor/plasteel,
/area/medical/surgery)
@@ -42479,11 +42479,6 @@
pixel_x = 6;
pixel_y = -6
},
/obj/item/gun/syringe,
/obj/item/gun/syringe{
pixel_x = 3;
pixel_y = -3
},
/obj/machinery/light{
dir = 1
},
@@ -406,7 +406,6 @@
/area/ruin/unpowered)
"aW" = (
/obj/structure/table/reinforced,
/obj/item/gun/syringe,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-5
View File
@@ -41836,11 +41836,6 @@
pixel_y = -24
},
/obj/structure/cable,
/obj/item/gun/syringe,
/obj/item/gun/syringe{
pixel_x = 3;
pixel_y = -3
},
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -166,6 +166,7 @@
new /obj/item/handheld_defibrillator(src)
new /obj/item/storage/belt/medical(src)
new /obj/item/flash(src)
new /obj/item/gun/syringe(src)
new /obj/item/reagent_containers/hypospray/CMO(src)
new /obj/item/organ/internal/cyberimp/eyes/hud/medical(src)
new /obj/item/door_remote/chief_medical_officer(src)