Fix glitterfly initialization?

I think it's wrong to do ..() so I put .=..()

But I am smooth brain and still learning so I'm not actually sure.
This commit is contained in:
Razgriz
2021-02-16 22:34:50 -07:00
committed by GitHub
parent d3669194b2
commit c205f8fe98

View File

@@ -62,7 +62,7 @@
ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive/glitterfly
/mob/living/simple_mob/animal/sif/glitterfly/Initialize()
..()
.=..()
var/colorlist = list(rgb(rand(100,255), rand(100,255), rand(100,255)) = 10, rgb(rand(5,100), rand(5,100), rand(5,100)) = 2, "#222222" = 1)
color = pickweight(colorlist)