mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user