mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
some more grep checks (#18249)
* some more grep checks * . * dependency up * fix dels * clean up qdel macros
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user