From ce2be42f451ee4873a68ff1db784cd261023b0e0 Mon Sep 17 00:00:00 2001 From: nemvar <47324920+nemvar@users.noreply.github.com> Date: Sun, 9 Jun 2019 23:34:11 +0200 Subject: [PATCH] Chuncky jackhammer and shovel webbing (#44243) * Update mining_tools.dm * Update belt.dm --- code/game/objects/items/storage/belt.dm | 1 + code/modules/mining/equipment/mining_tools.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 34b0b5cb1b7..2aaf5604ab8 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -259,6 +259,7 @@ /obj/item/resonator, /obj/item/mining_scanner, /obj/item/pickaxe, + /obj/item/shovel, /obj/item/stack/sheet/animalhide, /obj/item/stack/sheet/sinew, /obj/item/stack/sheet/bone, diff --git a/code/modules/mining/equipment/mining_tools.dm b/code/modules/mining/equipment/mining_tools.dm index 1774fed9738..541c3bb1df6 100644 --- a/code/modules/mining/equipment/mining_tools.dm +++ b/code/modules/mining/equipment/mining_tools.dm @@ -85,6 +85,7 @@ icon_state = "jackhammer" item_state = "jackhammer" toolspeed = 0.1 //the epitome of powertools. extremely fast mining, laughs at puny walls + 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."