Not Bioluminescence

This commit is contained in:
Joan Lung
2017-03-06 20:41:36 -05:00
parent 08cc485e98
commit a73cb2cfce
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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)