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
+1 -1
View File
@@ -267,7 +267,7 @@ LINEN BINS
var/obj/item/hidden = null
/obj/structure/bedsheetbin/Destroy()
QDEL_LIST(sheets)
QDEL_LIST_CONTENTS(sheets)
if(hidden)
hidden.forceMove(get_turf(src))
hidden = null
@@ -24,8 +24,8 @@
update_icon(UPDATE_OVERLAYS)
/obj/structure/dispenser/Destroy()
QDEL_LIST(stored_plasma_tanks)
QDEL_LIST(stored_oxygen_tanks)
QDEL_LIST_CONTENTS(stored_plasma_tanks)
QDEL_LIST_CONTENTS(stored_oxygen_tanks)
return ..()
/obj/structure/dispenser/proc/initialize_tanks()