Update butterfly.dm

This commit is contained in:
FrozenGuy5
2017-08-03 21:01:11 +03:00
committed by GitHub
parent 5c3b433489
commit 7766c53502
@@ -25,6 +25,6 @@
verb_yell = "flutters intensely"
/mob/living/simple_animal/butterfly/Initialize()
..()
. = ..()
var/newcolor = rgb(rand(0, 255), rand(0, 255), rand(0, 255))
add_atom_colour(newcolor, FIXED_COLOUR_PRIORITY)
add_atom_colour(newcolor, FIXED_COLOUR_PRIORITY)