Prevents blood from attempting to dry if said blood no longer exists (#22174)

This commit is contained in:
GDN
2023-09-07 11:06:40 +01:00
committed by GitHub
parent b8b71043f8
commit d540f421f4
@@ -44,7 +44,7 @@ GLOBAL_LIST_EMPTY(splatter_cache)
//weightless blood cannot dry
return
if(!.)
if(!. && !QDELETED(src))
dry_timer = addtimer(CALLBACK(src, PROC_REF(dry)), DRYING_TIME * (amount+1), TIMER_STOPPABLE)
/obj/effect/decal/cleanable/blood/Destroy()