From 56ea42d17d4485f4a8a2681c9064e97733aba7cf Mon Sep 17 00:00:00 2001 From: pudl Date: Tue, 20 Jan 2015 23:34:02 -0600 Subject: [PATCH] final commit hopefully, adds some //s back --- code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm b/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm index 744ddaad554..ddb358b72b5 100644 --- a/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm +++ b/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm @@ -74,7 +74,7 @@ id = "sorium" description = "Sends everything flying from the detonation point." reagent_state = LIQUID - color = "#60A584" rgb: 96, 165, 132 + color = "#60A584" //rgb: 96, 165, 132 /datum/chemical_reaction/sorium name = "Sorium" @@ -104,7 +104,7 @@ id = "liquid_dark_matter" description = "Sucks everything into the detonation point." reagent_state = LIQUID - color = "#60A584" rgb: 96, 165, 132 + color = "#60A584" //rgb: 96, 165, 132 /datum/chemical_reaction/liquid_dark_matter name = "Liquid Dark Matter" @@ -133,7 +133,7 @@ proc/goonchem_vortex(var/turf/simulated/T, var/setting_type, var/range, var/pull_times) for(var/atom/movable/X in orange(range, T)) if(istype(X, /obj/effect)) - continue stop pulling smoke and hotspots please + continue //stop pulling smoke and hotspots please if(istype(X, /atom/movable)) if((X) && !X.anchored) if(setting_type)