Fixes Initialize errors for type /mob/living/simple_animal/butterfly (#2257)

This commit is contained in:
CitadelStationBot
2017-08-04 10:41:20 -05:00
committed by kevinz000
parent 9449004c36
commit 7f8249535b
@@ -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)