Fixes Initialize errors for type /mob/living/simple_animal/butterfly (#2257)
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user