From 495cea4480c56bdb49ef7f48733f8ed1a7cc3286 Mon Sep 17 00:00:00 2001 From: Rykka Date: Mon, 23 Sep 2019 09:47:44 -0600 Subject: [PATCH] Updates this file so it works too! --- code/modules/xenoarcheaology/tools/geosample_scanner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/xenoarcheaology/tools/geosample_scanner.dm b/code/modules/xenoarcheaology/tools/geosample_scanner.dm index 04c2a037fa6..971b737eae5 100644 --- a/code/modules/xenoarcheaology/tools/geosample_scanner.dm +++ b/code/modules/xenoarcheaology/tools/geosample_scanner.dm @@ -244,7 +244,7 @@ scanner_temperature = max(scanner_temperature - 5 - 10 * rand(), 0) if(prob(0.75)) src.visible_message("\icon[src] [pick("plinks","hisses")][pick(" quietly"," softly"," sadly"," plaintively")].", 2) - playsound(src.loc, 'sound/effects/ding.ogg') + playsound_local(src, 'sound/effects/ding.ogg', 25) last_process_worldtime = world.time /obj/machinery/radiocarbon_spectrometer/proc/stop_scanning()