mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 23:16:21 +01:00
Merge pull request #766 from Shadowfire117/derg,coon,wah,sprites
Plant mutation buff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user