From a8921c5d516c3d5f69a8d204e5e357de3b337525 Mon Sep 17 00:00:00 2001 From: David Winters Date: Thu, 29 Apr 2021 20:56:18 -0400 Subject: [PATCH] HTML whoopsie-daisy --- code/game/objects/items/toys/toys_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/toys/toys_vr.dm b/code/game/objects/items/toys/toys_vr.dm index 1abc0f1acac..347e7187edd 100644 --- a/code/game/objects/items/toys/toys_vr.dm +++ b/code/game/objects/items/toys/toys_vr.dm @@ -538,7 +538,7 @@ if(O.loc != user) to_chat(user, "\The [O] is too far away to feed into \the [src]!") else - user.visible_message("You feed \the [O] into \the [src]!","[user] feeds \the [O] into \the [src]!") + user.visible_message("You feed \the [O] into \the [src]!","[user] feeds \the [O] into \the [src]!") user.unEquip(O) O.forceMove(src) stored_minature = O