Roller Bed Fix (#11795)

This commit is contained in:
Geeves
2021-04-30 19:32:21 +02:00
committed by GitHub
parent c899c3ce37
commit d1bb154c00
3 changed files with 10 additions and 1 deletions
@@ -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