Skip to content

Commit

Permalink
Update fax_machine.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdragonTOW committed Jan 12, 2024
1 parent 07973dc commit df4ed4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/fax_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ GLOBAL_LIST_EMPTY(alldepartments)
to_chat(C, msg_admin)
else
to_chat(C, msg_ghost)
C << 'sound/effects/sos-morse-code.ogg'
C << 'sound/effects/incoming-fax.ogg'
if(msg_ghost)
for(var/i in GLOB.observer_list)
var/mob/dead/observer/g = i
Expand All @@ -376,7 +376,7 @@ GLOBAL_LIST_EMPTY(alldepartments)
if((R_ADMIN|R_MOD) & C.admin_holder.rights) //staff don't need to see the fax twice
continue
to_chat(C, msg_ghost)
C << 'sound/effects/sos-morse-code.ogg'
C << 'sound/effects/incoming-fax.ogg'


/obj/structure/machinery/faxmachine/proc/send_fax(datum/fax/faxcontents)
Expand Down

0 comments on commit df4ed4c

Please sign in to comment.