From bc7b3cb8621eaba9ee7b8f9cfb28735ffad06458 Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 21 Nov 2017 16:58:30 +0200 Subject: [PATCH] oops --- code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm index 1a1cc6ed31..0d77a4bba7 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm @@ -230,7 +230,7 @@ else if(istype(target, /obj/structure/window)) user.visible_message("[user] begins to lick \the [target.name] clean...", "You begin to lick \the [target.name] clean...") if(do_after (user, 50)) - to_chat(user, user << "You clean \the [target.name].") + to_chat(user, "You clean \the [target.name].") target.color = initial(target.color) //target.SetOpacity(initial(target.opacity)) //Apparantly this doesn't work? else