Fixes a destroy runtime (harddel source) off bodyparts (#96457)

## About The Pull Request

The macro calls Cut() which fails on null, which this can be cause it's
a lazylist.
This commit is contained in:
LemonInTheDark
2026-06-20 13:37:07 -05:00
committed by GitHub
parent 50c2056182
commit 0bc1fc064f
+2 -1
View File
@@ -297,7 +297,8 @@
owner = null
QDEL_LIST_ASSOC_VAL(applied_items)
if(LAZYLEN(applied_items))
QDEL_LIST_ASSOC_VAL(applied_items)
QDEL_LAZYLIST(scars)
for(var/atom/movable/movable in contents)