mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
moves atom/target in do_after() forward (#14161)
* wowzers * s2 Co-authored-by: Maxim Nikitin <mnmaxim@gmail.com> * s3 Co-authored-by: Maxim Nikitin <mnmaxim@gmail.com> Co-authored-by: Maxim Nikitin <mnmaxim@gmail.com> Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
to_chat(user, span_warning("Close the access panel before manipulating the personality slot!"))
|
||||
else
|
||||
to_chat(user, span_notice("You attempt to pull [paicard] free..."))
|
||||
if(do_after(user, 3 SECONDS, target = src))
|
||||
if(do_after(user, 3 SECONDS, src))
|
||||
if (paicard)
|
||||
user.visible_message(span_notice("[user] uses [W] to pull [paicard] out of [bot_name]!"),span_notice("You pull [paicard] out of [bot_name] with [W]."))
|
||||
ejectpai(user)
|
||||
|
||||
Reference in New Issue
Block a user