Merge pull request #816 from CrAzYPiLoT-SS13/master

Hydro fix & colorful corgis
This commit is contained in:
ZomgPonies
2015-04-16 16:37:47 -04:00
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -117,6 +117,12 @@ datum/reagent/colorful_reagent
result_amount = 6
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)
M.color = pick(random_color_list)
..()
return
datum/reagent/colorful_reagent/reaction_obj(var/obj/O, var/volume)
if(O)
O.color = pick(random_color_list)