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