mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)
* Renames QDEL_LIST to QDEL_LIST_CONTENTS * derp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user