stationary defibs

This commit is contained in:
Sadhorizon
2023-10-15 00:08:39 +02:00
parent 8bf87e6e17
commit eafa71fa88
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1213,6 +1213,9 @@
name = "West Switch";
dir = 4
},
/obj/machinery/defibrillator_mount/loaded/locked{
pixel_y = -32
},
/turf/simulated/floor/plasteel{
icon_state = "white";
dir = 8
+3
View File
@@ -38,6 +38,9 @@
defib = new/obj/item/defibrillator/loaded(src)
update_icon(UPDATE_OVERLAYS)
/obj/machinery/defibrillator_mount/loaded/locked
clamps_locked = TRUE
/obj/machinery/defibrillator_mount/Destroy()
QDEL_NULL(defib)
return ..()