From d7ee8b90325bc199d2892e5c0e714dfc4cfc2ed6 Mon Sep 17 00:00:00 2001 From: "Alexander P. Ulan Hernandez" Date: Mon, 13 Jul 2015 08:51:37 -0400 Subject: [PATCH] Might as well fix this while there's a more controvercial PR --- 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 02c24df2966..fa772110f58 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -124,7 +124,7 @@ if(!G.confirm()) return 0 G.affecting.loc = src.loc - 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.assailant, G.affecting, "pushed")