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
@@ -17,7 +17,7 @@
|
||||
return GM
|
||||
|
||||
/obj/distilling_tester/proc/test_distilling(var/decl/chemical_reaction/distilling/D, var/temp_prog)
|
||||
qdel_swap(GM,new())
|
||||
QDEL_SWAP(GM,new())
|
||||
if(D.require_xgm_gas)
|
||||
GM.gas[D.require_xgm_gas] = 100
|
||||
else
|
||||
@@ -34,5 +34,5 @@
|
||||
reagents.handle_reactions()
|
||||
|
||||
/obj/distilling_tester/Destroy(force, ...)
|
||||
qdel_null(GM)
|
||||
QDEL_NULL(GM)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user