From b9e3e0e57e3f853f61c63df1c8dbef601f3fca3d Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sun, 6 Aug 2017 02:36:23 -0400 Subject: [PATCH] Nerfs tabling --- code/modules/tables/interactions.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/tables/interactions.dm b/code/modules/tables/interactions.dm index 1b287294b1..5614a1b8c2 100644 --- a/code/modules/tables/interactions.dm +++ b/code/modules/tables/interactions.dm @@ -106,9 +106,9 @@ else user << "You need a better grip to do that!" 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("[G.assailant] puts [G.affecting] on \the [src].") qdel(W) return