Fixes SiliConnect not being able to download logs (#89408)

## About The Pull Request

Closes #89329
Also added a balloon_alert

## Changelog
🆑
qol: SiliConnect now informs you that you're successfully downloading
logs
fix: Fixes SiliConnect not being able to download logs
/🆑
This commit is contained in:
SmArtKar
2025-02-17 00:59:24 +01:00
committed by GitHub
parent a439e2379a
commit 2c3e3b6e59
8 changed files with 32 additions and 27 deletions
@@ -35,7 +35,7 @@
QDEL_NULL(internal_picture)
return ..()
/datum/computer_file/program/maintenance/camera/tap(atom/tapped_atom, mob/living/user, params)
/datum/computer_file/program/maintenance/camera/tap(atom/tapped_atom, mob/living/user, list/modifiers)
. = ..()
if(internal_picture)
QDEL_NULL(internal_picture)
@@ -10,7 +10,7 @@
/// Information from the last scanned person, to display on the app.
var/last_record = ""
/datum/computer_file/program/maintenance/phys_scanner/tap(atom/tapped_atom, mob/living/user, params)
/datum/computer_file/program/maintenance/phys_scanner/tap(atom/tapped_atom, mob/living/user, list/modifiers)
. = ..()
if(!iscarbon(tapped_atom))