correct behavior & use of QDEL_NULL_LIST+ odd shim

This commit is contained in:
spookerton
2022-11-03 12:38:03 +00:00
parent cd25cb4b3a
commit b0a6851e0f
7 changed files with 12 additions and 13 deletions
@@ -21,7 +21,7 @@
/obj/item/grenade/chem_grenade/Destroy()
QDEL_NULL(detonator)
QDEL_LIST_NULL(beakers)
QDEL_NULL_LIST(beakers)
return ..()
/obj/item/grenade/chem_grenade/attack_self(mob/user as mob)