mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Allow experimental scanner to work with multiple items (#88855)
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user