Merge pull request #5493 from Citadel-Station-13/upstream-merge-35661

[MIRROR] Mekhi goes on the table
This commit is contained in:
deathride58
2018-02-16 01:10:46 +00:00
committed by GitHub
@@ -65,9 +65,6 @@
if(pushed_mob.buckled)
to_chat(user, "<span class='warning'>[pushed_mob] is buckled to [pushed_mob.buckled]!</span>")
return
if(user.grab_state < GRAB_AGGRESSIVE)
to_chat(user, "<span class='warning'>You need a better grip to do that!</span>")
return
tablepush(user, pushed_mob)
user.stop_pulling()
else