diff --git a/code/modules/admin/map_capture.dm b/code/modules/admin/map_capture.dm index 620b218e45b..206e24cd77b 100644 --- a/code/modules/admin/map_capture.dm +++ b/code/modules/admin/map_capture.dm @@ -52,6 +52,7 @@ .(currentz, currentx, currenty, ligths) else to_chat(usr, "End of map, capture is done.") + sound_to(usr, 'sound/AI/done.ogg') /datum/admins/proc/capture_map(tz as null|num) set category = "Server" diff --git a/sound/AI/done.ogg b/sound/AI/done.ogg new file mode 100644 index 00000000000..6bb67bcbd5f Binary files /dev/null and b/sound/AI/done.ogg differ