From b20607cb1a7ae3d46dd848a216f7a893bee3cb97 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sun, 3 Jan 2021 20:18:55 -0500 Subject: [PATCH] Update toolbox.dm --- code/game/objects/items/storage/toolbox.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index 30b01d46e0..7a067257cb 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -109,7 +109,7 @@ GLOBAL_LIST_EMPTY(rubber_toolbox_icons) icon_state = "toolbox_blue_clean" force = 19 throwforce = 22 - wound_bonus = 10 + wound_bonus = 0 bare_wound_bonus = 10 /obj/item/storage/toolbox/mechanical/old/clean/proc/calc_damage() @@ -120,7 +120,7 @@ GLOBAL_LIST_EMPTY(rubber_toolbox_icons) throwforce = 22 + power /obj/item/storage/toolbox/mechanical/old/clean/attack(mob/target, mob/living/user) - calc_damage() // one damage for one telecrystal equals about thirty four damage if you pour ALL your tc + calc_damage() // one damage for one telecrystal equals about thirty seven(?) damage if you pour ALL your tc ..() /obj/item/storage/toolbox/mechanical/old/clean/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)