mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
stationary defibs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user