Merge pull request #12601 from Detective-Google/piggyback

piggyback carrying people is no longer comically slow
This commit is contained in:
silicons
2020-06-27 14:54:44 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -982,7 +982,7 @@
if(target.incapacitated(FALSE, TRUE) || incapacitated(FALSE, TRUE))
target.visible_message("<span class='warning'>[target] can't hang onto [src]!</span>")
return
buckle_mob(target, TRUE, TRUE, FALSE, 0, 2, FALSE)
buckle_mob(target, TRUE, TRUE, FALSE, 1, 2, FALSE)
else
visible_message("<span class='warning'>[target] fails to climb onto [src]!</span>")
else