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
@@ -28,7 +28,7 @@ GLOBAL_LIST_EMPTY(antagonist_teams)
/datum/team/Destroy(force = FALSE, ...)
for(var/datum/mind/member as anything in members)
remove_member(member)
QDEL_LIST(objectives)
QDEL_LIST_CONTENTS(objectives)
members.Cut()
GLOB.antagonist_teams -= src
return ..()
@@ -83,7 +83,7 @@
/datum/antagonist/changeling/Destroy()
SSticker.mode.changelings -= owner
chosen_sting = null
QDEL_LIST(acquired_powers)
QDEL_LIST_CONTENTS(acquired_powers)
STOP_PROCESSING(SSobj, src)
return ..()
@@ -570,7 +570,7 @@
var/obj/item/implant/uplink/uplink_implant = locate() in M
uplink_implant?.hidden_uplink?.is_jammed = FALSE
QDEL_LIST(temp_objs)
QDEL_LIST_CONTENTS(temp_objs)
// Injuries due to questioning and souvenirs
injure_target(M)