Skip to content

Commit

Permalink
Update code/modules/admin/sound_emitter.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PlayerUnknown14 <[email protected]>
  • Loading branch information
dageavtobusnick and PlayerUnknown14 authored Jan 26, 2025
1 parent 28d8109 commit 0e8c2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/sound_emitter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
to_chat(user, span_notice("<b>Дальность:</b> [emitter_range]"))
to_chat(user, span_notice("<b>Громкость проигрываемого звука [sound_volume]%.</b>"))
if(user.client.holder)
to_chat(user, "<b>Альт+ЛКМ для быстрой активации!</b>")
to_chat(user, "<b>Alt+ЛКМ для быстрой активации!</b>")

/obj/effect/sound_emitter/attack_ghost(mob/user)
if(!check_rights_for(user.client, R_SOUNDS))
Expand Down

0 comments on commit 0e8c2d9

Please sign in to comment.