some more grep checks (#18249)

* some more grep checks

* .

* dependency up

* fix dels

* clean up qdel macros
This commit is contained in:
Kashargul
2025-08-14 14:24:49 +02:00
committed by GitHub
parent 6a86b20fcb
commit 9685826f7f
67 changed files with 136 additions and 119 deletions
+2 -2
View File
@@ -115,8 +115,8 @@
AddElement(/datum/element/climbable)
/obj/machinery/mining/drill/Destroy()
qdel_null(faultreporter)
qdel_null(cell)
QDEL_NULL(faultreporter)
QDEL_NULL(cell)
return ..()
/obj/machinery/mining/drill/dismantle()
@@ -25,7 +25,7 @@
inserted_id.forceMove(T)
inserted_id = null
else
qdel_null(inserted_id)
QDEL_NULL(inserted_id)
QDEL_NULL_LIST(prize_list)
. = ..()