hidden = TRUE (#28754)

This commit is contained in:
Mira
2025-03-23 09:32:02 +00:00
committed by GitHub
parent fc373d0fd6
commit 1c48be450d
+1 -1
View File
@@ -215,7 +215,7 @@
icon_state = "hacktool-g"
busy = TRUE
to_chat(user, "<span class='notice'>[src] is attempting to interface with [target]...</span>")
if(do_after(user, hack_speed, target = target))
if(do_after(user, hack_speed, target = target, hidden = TRUE))
busy = FALSE
icon_state = "hacktool"
return TRUE