mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
agent id card covert action is hidden do_after (#90985)
This commit is contained in:
@@ -1680,7 +1680,7 @@
|
||||
if(ishuman(interacting_with))
|
||||
interacting_with.balloon_alert(user, "scanning ID card...")
|
||||
|
||||
if(!do_after(user, 2 SECONDS, interacting_with))
|
||||
if(!do_after(user, 2 SECONDS, interacting_with, hidden = TRUE))
|
||||
interacting_with.balloon_alert(user, "interrupted!")
|
||||
return ITEM_INTERACT_BLOCKING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user