Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 15, 2024
1 parent 86d83a4 commit c7d4e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
for(var/mob/living/i in GLOB.player_list)
if(isliving(i))
to_chat(i, span_nicegreen("You overhear a mention that [humanc.name] may be poking around the bar."))
i.playsound_local(i, 'sound/doorbell.ogg', 75, TRUE)
i.playsound_local(i, 'sound/doorbell.ogg', 60, TRUE)

/mob/dead/new_player/proc/AddEmploymentContract(mob/living/carbon/human/employee)
//TODO: figure out a way to exclude wizards/nukeops/demons from this.
Expand Down

0 comments on commit c7d4e43

Please sign in to comment.