mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Makes uses of do_after sane (#11582)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2c34c93e00
commit
1b8f394a14
@@ -61,7 +61,7 @@
|
||||
if(C.get_amount() < 5)
|
||||
to_chat(user, span_warning("You do not have enough length in \the [C] to string this!"))
|
||||
return
|
||||
if(do_after(user, rand(10 SECONDS, 20 SECONDS)))
|
||||
if(do_after(user, rand(10 SECONDS, 20 SECONDS), target = src))
|
||||
C.use(5)
|
||||
strung = TRUE
|
||||
to_chat(user, span_notice("You string \the [src]!"))
|
||||
|
||||
Reference in New Issue
Block a user