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
@@ -237,7 +237,6 @@
/obj/structure/bed/roller/Destroy()
QDEL_NULL(beaker)
vitals.bed = null
QDEL_NULL(vitals)
return ..()
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "You can now collapse rollerbeds."