Fix carbon/Destory runtime (#27959)

Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
Charlie Nolan
2025-01-13 09:36:51 -08:00
committed by GitHub
parent 5337cc1b52
commit 7cdbcc43b1
@@ -12,8 +12,8 @@
drop_item_to_ground(item, silent = TRUE)
qdel(item)
QDEL_LIST_CONTENTS(internal_organs)
QDEL_LIST_CONTENTS(stomach_contents)
QDEL_LIST_CONTENTS(processing_patches)
QDEL_LAZYLIST(stomach_contents)
QDEL_LAZYLIST(processing_patches)
GLOB.carbon_list -= src
if(in_throw_mode)
toggle_throw_mode()