From 334f92d163d0ffbf87aa599a51115857c4f27540 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:26:28 +0200 Subject: [PATCH] [MIRROR] Rebalances a vast oversight with one of the game's weapons [MDB IGNORE] (#20125) * Rebalances a vast oversight with one of the game's weapons (#74283) ## About The Pull Request Makes sure the game is fairly balanced again. ## Why It's Good For The Game Honestly I'm surprised this weapon went unchanged for so long with no downsides. ## Changelog :cl: Wallem balance: Fixes a glaring oversight with the entrenching tool's balancing. /:cl: * Rebalances a vast oversight with one of the game's weapons --------- Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com> --- code/modules/mining/equipment/mining_tools.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/equipment/mining_tools.dm b/code/modules/mining/equipment/mining_tools.dm index 2115961eaec..0f195ca37bd 100644 --- a/code/modules/mining/equipment/mining_tools.dm +++ b/code/modules/mining/equipment/mining_tools.dm @@ -204,6 +204,7 @@ . = ..() . += span_notice("Use in hand to switch configuration.") . += span_notice("It functions as a [tool_behaviour] tool.") + . += span_danger("This weapon has no random critical hits.") /obj/item/trench_tool/update_icon_state() . = ..()