Merge pull request #35661 from MrStonedOne/patch-483

Mekhi goes on the table
This commit is contained in:
Jordan Brown
2018-02-15 09:49:02 -05:00
committed by CitadelStationBot
parent 95582c597b
commit e95d3cd700
@@ -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