Skip to content

Commit

Permalink
Funny spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 12, 2024
1 parent eb6ce46 commit fb0e62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preferences_toggles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if(!admin_holder) return
prefs.toggles_sound ^= SOUND_ADMINHELP
prefs.save_preferences()
to_chat(usr,SPAN_BOLDNOTICE( "You will [(prefs.toggles_sound & SOUND_ADMINHELP) ? "now" : "no longer"] hear a sound when adminhelps arrive."))
to_chat(usr, SPAN_BOLDNOTICE("You will [(prefs.toggles_sound & SOUND_ADMINHELP) ? "now" : "no longer"] hear a sound when adminhelps arrive."))

/client/proc/toggleprayers()
set name = "Show/Hide Prayers"
Expand All @@ -39,7 +39,7 @@
set desc = "Toggle hearing a notification of faxes while being an observer."
prefs.toggles_sound ^= SOUND_FAX_MACHINE
prefs.save_preferences()
to_chat(usr,SPAN_BOLDNOTICE( "You will [(prefs.toggles_sound & SOUND_FAX_MACHINE) ? "now" : "no longer"] hear a fax sounds as an observer."))
to_chat(usr, SPAN_BOLDNOTICE("You will [(prefs.toggles_sound & SOUND_FAX_MACHINE) ? "now" : "no longer"] hear a fax sounds as an observer."))

/client/verb/toggletitlemusic()
set name = "Hear/Silence LobbyMusic"
Expand Down

0 comments on commit fb0e62c

Please sign in to comment.