From 4fa4b253efcd6f04c92695a4a7a9684efe89cf82 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 8 Jun 2016 02:14:06 -0400 Subject: [PATCH] Nerfs Tabling --- code/game/objects/structures/tables_racks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index dde2107ae70..bdf94263c8e 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -208,7 +208,7 @@ if(!G.confirm()) return 0 G.affecting.forceMove(get_turf(src)) - G.affecting.Weaken(5) + G.affecting.Weaken(2) G.affecting.visible_message("[G.assailant] pushes [G.affecting] onto [src].", \ "[G.assailant] pushes [G.affecting] onto [src].") add_logs(G.affecting, G.assailant, "pushed onto a table")