From a73cb2cfcea85241b195f96754fc2720af364cb1 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Mon, 6 Mar 2017 20:41:36 -0500 Subject: [PATCH] Not Bioluminescence --- code/game/objects/effects/glowshroom.dm | 2 +- code/modules/hydroponics/plant_genes.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/effects/glowshroom.dm b/code/game/objects/effects/glowshroom.dm index af86f6770c2..9004315d4a2 100644 --- a/code/game/objects/effects/glowshroom.dm +++ b/code/game/objects/effects/glowshroom.dm @@ -41,7 +41,7 @@ var/list/blacklisted_glowshroom_turfs = typecacheof(list( addtimer(CALLBACK(src, .proc/setup), 0) //run this on the next tick so we can set vars first /obj/structure/glowshroom/proc/setup() - set_light(1.4 + potency*0.03, max(potency*0.05, 0.1)) + set_light(1.4 + potency*0.03, max(potency*0.04, 0.1)) setDir(CalcDir()) var/base_icon_state = initial(icon_state) if(!floor) diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index 0a1b71a9276..d283e606e90 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -281,6 +281,7 @@ G.set_light(glow_range(G.seed), glow_power(G.seed), glow_color) /datum/plant_gene/trait/glow/red + name = "Red Electrical Glow" glow_color = LIGHT_COLOR_RED /datum/plant_gene/trait/glow/berry