Allow experimental scanner to work with multiple items (#88855)

This commit is contained in:
high-speedspin-cycle
2025-01-03 21:26:46 +00:00
committed by GitHub
parent eac4df19ac
commit 014344ea89
@@ -148,7 +148,6 @@
for(var/scan_target in scanned_atoms)
if(action_experiment(source, scan_target))
successful_scan = TRUE
break
if(successful_scan)
playsound(our_scanner, 'sound/machines/ping.ogg', 25)
to_chat(our_scanner, span_notice("The scan succeeds."))