Nerfs tabling

This commit is contained in:
Cyantime
2017-08-06 02:36:23 -04:00
parent 01856579d1
commit b9e3e0e57e

View File

@@ -106,9 +106,9 @@
else
user << "<span class='danger'>You need a better grip to do that!</span>"
return
else
G.affecting.loc = src.loc
G.affecting.Weaken(5)
else if(!M.Check_Shoegrip() && do_mob(user, M, 5+(M.getarmor(BP_TORSO,"melee")/4)))
M.forceMove(get_turf(src))
M.Weaken(round(5-(M.getarmor(null, "melee")/20)))
visible_message("<span class='danger'>[G.assailant] puts [G.affecting] on \the [src].</span>")
qdel(W)
return