Skip to content

Commit

Permalink
Tacmap update sound begone
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Mar 21, 2024
1 parent 3b6470c commit 49e330a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/mob_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ GLOBAL_LIST_INIT(limb_types_by_name, list(
for(var/mob/dead/observer/ghost as anything in GLOB.observer_list)
if(!ghost.client)
continue
if(!(ghost.client?.prefs?.toggles_sound & SOUND_OBSERVER_ANNOUNCEMENTS))
ghost_sound = null
ghost.notify_ghost(message, ghost_sound, enter_link, enter_text, source, alert_overlay, action, flashwindow, ignore_mapload, ignore_key, header, notify_volume, extra_large)

/mob/dead/observer/proc/notify_ghost(message, ghost_sound, enter_link, enter_text, atom/source, mutable_appearance/alert_overlay, action = NOTIFY_JUMP, flashwindow = FALSE, ignore_mapload = TRUE, ignore_key, header, notify_volume = 100, extra_large = FALSE) //Easy notification of a single ghosts.
Expand Down

0 comments on commit 49e330a

Please sign in to comment.