Fixes Colorful Reagent coloring non-simple mobs

This commit is contained in:
Krausus
2015-04-29 07:52:56 -04:00
parent fc9607d17b
commit 57cd8f69c7
+1 -1
View File
@@ -120,7 +120,7 @@ datum/reagent/colorful_reagent
mix_message = "The substance flashes multiple colors and emits the smell of a pocket protector."
datum/reagent/colorful_reagent/reaction_mob(var/mob/living/simple_animal/M, var/method=TOUCH, var/volume)
if(M)
if(M && istype(M))
M.color = pick(random_color_list)
..()
return