Media
![image](https://github.com/user-attachments/assets/b212e6e8-58a3-4a64-a216-3ba496a81d4a)
# Changelog
:cl:
- add: You can now touch one anomaly scanner with another to copy the
anomaly scan data from it.
---
.../Anomaly/AnomalySystem.Scanner.cs | 23 ++++++++++++-------
Resources/Locale/en-US/anomaly/anomaly.ftl | 5 ++--
2 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/Content.Server/Anomaly/AnomalySystem.Scanner.cs b/Content.Server/Anomaly/AnomalySystem.Scanner.cs
index 39c0d08b55e..b9c0beb04e6 100644
--- a/Content.Server/Anomaly/AnomalySystem.Scanner.cs
+++ b/Content.Server/Anomaly/AnomalySystem.Scanner.cs
@@ -87,17 +87,24 @@ private void OnScannerUiOpened(EntityUid uid, AnomalyScannerComponent component,
private void OnScannerAfterInteract(EntityUid uid, AnomalyScannerComponent component, AfterInteractEvent args)
{
- if (args.Target is not { } target)
- return;
- if (!HasComp