[MIRROR] Revert "Mekhi goes on the table" (#5715)

* Merge pull request #35980 from kevinz000/revert-35661-patch-483

Revert "Mekhi goes on the table"

* Revert "Mekhi goes on the table"
This commit is contained in:
CitadelStationBot
2018-02-26 04:38:53 -06:00
committed by kevinz000
parent f7f3a600bd
commit 749f8c4e5c
@@ -65,6 +65,9 @@
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