Merge pull request #766 from Shadowfire117/derg,coon,wah,sprites

Plant mutation buff
This commit is contained in:
Razgriz
2019-08-18 14:06:08 -07:00
committed by GitHub
@@ -84,7 +84,7 @@
var/clr
if(seed.get_trait(TRAIT_BIOLUM_COLOUR))
clr = seed.get_trait(TRAIT_BIOLUM_COLOUR)
set_light(round(seed.get_trait(TRAIT_POTENCY)/10), l_color = clr)
set_light(round(seed.get_trait(TRAIT_POTENCY)/5), l_color = clr)
return
set_light(0)