Skip to content

Commit

Permalink
Update code/modules/antagonists/traitor/affiliates/items/mi13/sound_r…
Browse files Browse the repository at this point in the history
…ing.dm

Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
Anorak2024 and Antoonij authored Oct 31, 2024
1 parent e3b1a23 commit 90420c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90420c5

Please sign in to comment.