Merge pull request #10965 from Citadel-Station-13/Ghommie-patch-2

Fixing the mob holder element
This commit is contained in:
kevinz000
2020-02-10 04:11:51 -07:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@
return FALSE
source.visible_message("<span class='warning'>[user] starts picking up [source].</span>", \
"<span class='userdanger'>[user] starts picking you up!</span>")
if(!do_after(user, 20, target = src) || source.buckled)
if(!do_after(user, 20, target = source) || source.buckled)
return FALSE
source.visible_message("<span class='warning'>[user] picks up [source]!</span>", \