From bd9fa27ca1b373835bc4e2be8c0edaaae5bdb64e Mon Sep 17 00:00:00 2001 From: Ghommie Date: Mon, 8 Jul 2019 16:24:26 +0200 Subject: [PATCH] Now it's tested. --- code/game/objects/items/storage/toolbox.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index f140654afc..dcadb29aa1 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -278,9 +278,10 @@ GLOBAL_LIST_EMPTY(rubber_toolbox_icons) DISABLE_BITFIELD(flags_1, CONDUCT_1) materials = null damtype = STAMINA - force += 5 //to compensate the higher stamina K.O. threshold compared to actual health. - throwforce += 5 + force += 3 //to compensate the higher stamina K.O. threshold compared to actual health. + throwforce += 3 attack_verb += "bounced" + hitsound = 'sound/effects/clownstep1.ogg' if(!GLOB.rubber_toolbox_icons[icon_state]) generate_rubber_toolbox_icon() icon = GLOB.rubber_toolbox_icons[icon_state]