From e3db32fd60525dc839ca8fc08f985985d1fe8e71 Mon Sep 17 00:00:00 2001 From: SpoopyLizz Date: Sun, 11 Jun 2017 02:51:29 +0200 Subject: [PATCH] hopefully fixed the problem this time --- code/modules/vore/fluffstuff/custom_items_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index d926159840..31400a9708 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -796,10 +796,10 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie var/clr = C.colourName if(!(clr in list("blue","green","mime","orange","purple","rainbow","red","yellow"))) - usr << "\blue The egg refuses to take on this color!" + to_chat(user,"The egg refuses to take on this color!") return - usr << "\blue You color \the [src] [clr]" + to_chat(user,"You color \the [src] [clr]") icon_state = "egg_roiz_[clr]" desc = "It's a large lizard egg. It has been colored [clr]!" if (clr == "rainbow")