From 3de6e691a72b7e799438dcea770f8d9faaf9c0db Mon Sep 17 00:00:00 2001 From: Gamer025 <33846895+Gamer025@users.noreply.github.com> Date: Tue, 19 Nov 2019 06:04:17 +0100 Subject: [PATCH] Update description of Sonic Jackhammer (#47843) https://github.com/tgstation/tgstation/pull/46019 Removed the demolition of walls with the sonic jackhammer. However its description still says that it can remove walls. --- code/modules/mining/equipment/mining_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/mining_tools.dm b/code/modules/mining/equipment/mining_tools.dm index 89b8a791d60..d1c3b3421f1 100644 --- a/code/modules/mining/equipment/mining_tools.dm +++ b/code/modules/mining/equipment/mining_tools.dm @@ -88,7 +88,7 @@ w_class = WEIGHT_CLASS_HUGE //the epitome of power(gamer)tools is CHUNCKY usesound = 'sound/weapons/sonic_jackhammer.ogg' hitsound = 'sound/weapons/sonic_jackhammer.ogg' - desc = "Cracks rocks with sonic blasts, and doubles as a demolition power tool for smashing walls." + desc = "Cracks rocks with sonic blasts." /obj/item/shovel name = "shovel"