mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +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)
|
||||
|
||||
Reference in New Issue
Block a user