mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-18 02:19:30 +01:00
Even More Misc HardDels (#22299)
Just a few more misc hard dels I found from the logs today. Not counting the event round which inexplicably had hundreds of them.
This commit is contained in:
@@ -159,6 +159,10 @@
|
||||
if(stasis_power)
|
||||
C.stasis_power = stasis_power
|
||||
|
||||
/obj/item/bodybag/cryobag/Destroy()
|
||||
color = null
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/body_bag/cryobag
|
||||
name = "stasis bag"
|
||||
desc = "A reusable plastic bag designed to prevent additional damage to an occupant, especially useful if short on time or in \
|
||||
@@ -195,6 +199,7 @@
|
||||
/obj/structure/closet/body_bag/cryobag/Destroy()
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
QDEL_NULL(airtank)
|
||||
overlays.Cut()
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/body_bag/cryobag/Entered(atom/movable/AM)
|
||||
|
||||
@@ -67,6 +67,11 @@
|
||||
. = ..()
|
||||
update_state()
|
||||
|
||||
/obj/structure/door_assembly/Destroy()
|
||||
electronics = null
|
||||
created_name = null
|
||||
return ..()
|
||||
|
||||
/obj/structure/door_assembly/door_assembly_generic
|
||||
base_name = "airlock"
|
||||
airlock_type = /obj/machinery/door/airlock
|
||||
|
||||
Reference in New Issue
Block a user