mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #1355 from CHOMPStation2/Razgriz1032-patch-19
Fix glitterfly initialization?
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user