mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +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
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user