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
@@ -122,9 +122,9 @@
*Arguments:
*A is the atom being tapped
*user is the person making the attack action
*params is anything the pre_attack() proc had in the same-named variable.
*modifiers is anything the pre_attack() proc had in the same-named variable.
*/
/datum/computer_file/program/proc/tap(atom/tapped_atom, mob/living/user, params)
/datum/computer_file/program/proc/tap(atom/tapped_atom, mob/living/user, list/modifiers)
return FALSE
///Makes sure a program can run on this hardware (for apps limited to tablets/computers/laptops)