Merge pull request #1073 from VOREStation/aro-traybuckle

Fix two extra robust bugs
This commit is contained in:
Arokha Sieyes
2017-03-03 16:43:36 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -133,7 +133,7 @@
user << "<span class='notice'>\The [src] already has someone buckled to it.</span>"
return
user.visible_message("<span class='notice'>[user] attempts to buckle [affecting] into \the [src]!</span>")
if(do_after(user, 20))
if(do_after(user, 20, G.affecting))
affecting.loc = loc
spawn(0)
if(buckle_mob(affecting))