Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)

* Renames QDEL_LIST to QDEL_LIST_CONTENTS

* derp
This commit is contained in:
AffectedArc07
2022-12-29 14:28:40 +00:00
committed by GitHub
parent 6486a7e109
commit e91b6c94f7
72 changed files with 111 additions and 111 deletions
@@ -34,7 +34,7 @@
/obj/item/grenade/chem_grenade/Destroy()
QDEL_NULL(nadeassembly)
QDEL_LIST(beakers)
QDEL_LIST_CONTENTS(beakers)
return ..()
/obj/item/grenade/chem_grenade/examine(mob/user)
@@ -19,7 +19,7 @@
/obj/item/pneumatic_cannon/Destroy()
QDEL_NULL(tank)
QDEL_LIST(loadedItems)
QDEL_LIST_CONTENTS(loadedItems)
return ..()
/obj/item/pneumatic_cannon/examine(mob/user)