mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
hidden = TRUE (#28754)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user