mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
[MIRROR] some more grep checks (#11414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
83133252b1
commit
f46d700e64
@@ -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