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