mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fix suit cooler processing when destroyed (#13902)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
cell = new celltype(src)
|
||||
|
||||
/obj/item/device/suit_cooling_unit/Destroy()
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
STOP_PROCESSING(SSmob, src)
|
||||
QDEL_NULL(cell)
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: JohnWildkins
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Suit coolers will now stop processing properly when deleted/destroyed."
|
||||
Reference in New Issue
Block a user