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
@@ -29,7 +29,7 @@
var/adaptive_damage_bonus = 0
/obj/item/twohanded/kinetic_crusher/Destroy()
QDEL_LIST(trophies)
QDEL_LIST_CONTENTS(trophies)
return ..()
/obj/item/twohanded/kinetic_crusher/examine(mob/living/user)
+1 -1
View File
@@ -76,7 +76,7 @@
speed_process = TRUE
/obj/machinery/mineral/stacking_machine/Destroy()
QDEL_LIST(stack_list)
QDEL_LIST_CONTENTS(stack_list)
if(console)
console.machine = null
console = null