Fix suit cooler processing when destroyed (#13902)

This commit is contained in:
Wildkins
2022-05-12 19:45:59 +02:00
committed by GitHub
parent e6f2f3c8e0
commit 35ecdefdfd
2 changed files with 7 additions and 1 deletions
@@ -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 ..()
+6
View File
@@ -0,0 +1,6 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Suit coolers will now stop processing properly when deleted/destroyed."