Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 6d1f6d3 commit 1321b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ SUBSYSTEM_DEF(minimaps)
current_squad.send_maptext("Tactical map update in progress...", "Tactical Map:")

human_leader.visible_message(SPAN_BOLDNOTICE("Tactical map update in progress..."))
human_leader << 'sound/effects/sos-morse-code.ogg'
playsound(src, "sound/effects/sos-morse-code.ogg", 15)
COOLDOWN_START(GLOB, uscm_canvas_cooldown, canvas_cooldown_time)

message_admins("[key_name(user)] has updated the tactical map")
Expand Down

0 comments on commit 1321b62

Please sign in to comment.