From 90420c544d9c1d9cf20cc5c5cf98b532b07f7c8a Mon Sep 17 00:00:00 2001 From: Anorak2020 <145682013+Anorak2024@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:21:06 +0300 Subject: [PATCH] Update code/modules/antagonists/traitor/affiliates/items/mi13/sound_ring.dm Co-authored-by: Antoonij <42318445+Antoonij@users.noreply.github.com> --- .../antagonists/traitor/affiliates/items/mi13/sound_ring.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/traitor/affiliates/items/mi13/sound_ring.dm b/code/modules/antagonists/traitor/affiliates/items/mi13/sound_ring.dm index d9e7108fb4f..9ece472c974 100644 --- a/code/modules/antagonists/traitor/affiliates/items/mi13/sound_ring.dm +++ b/code/modules/antagonists/traitor/affiliates/items/mi13/sound_ring.dm @@ -68,9 +68,9 @@ changing = FALSE return - usr.visible_message(span_warning("[usr] changes the look of his ring!"), span_notice("[selected_chameleon] selected.")) + user.visible_message(span_warning("[user] changes the look of his ring!"), span_notice("[selected_chameleon] selected.")) playsound(loc, 'sound/items/screwdriver2.ogg', 50, 1) - to_chat(usr, span_notice("Смена маскировки...")) + to_chat(user, span_notice("Смена маскировки...")) update_icon(UPDATE_ICON_STATE) changing = FALSE