mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] some more grep checks (#11414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
83133252b1
commit
f46d700e64
@@ -31,7 +31,7 @@
|
||||
|
||||
/obj/machinery/reagent_refinery/furnace/Destroy()
|
||||
. = ..()
|
||||
qdel_null(beaker)
|
||||
QDEL_NULL(beaker)
|
||||
|
||||
/obj/machinery/reagent_refinery/furnace/process()
|
||||
if(!anchored)
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
/obj/machinery/reagent_refinery/reactor/Destroy()
|
||||
. = ..()
|
||||
qdel_null(internal_tank)
|
||||
QDEL_NULL(internal_tank)
|
||||
|
||||
/obj/machinery/reagent_refinery/reactor/process()
|
||||
if(!anchored)
|
||||
|
||||
Reference in New Issue
Block a user