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-03-12 16:21:18 -04:00
committed by Roxy
parent f6cac63005
commit 265a6cba80
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)