mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Roller Bed Fix (#11795)
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
var/obj/structure/bed/roller/bed
|
||||
var/reported_critical = FALSE
|
||||
|
||||
/obj/item/vitals_monitor/Destroy()
|
||||
bed = null
|
||||
return ..()
|
||||
|
||||
/obj/item/vitals_monitor/process()
|
||||
if(!bed)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user