From 7d828a777750884fbb448a701f9e071bbcf2a030 Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 8 Apr 2019 07:27:02 +1000 Subject: [PATCH] Makes Sonic Jackhammer a 'safe' mining tool --- code/modules/mining/mine_items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index dde3b7f6f7..1888e956ff 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -55,6 +55,7 @@ origin_tech = list(TECH_MATERIAL = 3, TECH_POWER = 2, TECH_ENGINEERING = 2) desc = "Cracks rocks with sonic blasts, perfect for killing cave lizards." drill_verb = "hammering" + destroy_artefacts = TRUE /obj/item/weapon/pickaxe/gold name = "golden pickaxe" @@ -104,6 +105,7 @@ digspeed = 15 desc = "Cracks rocks with sonic blasts. This one seems like an improved design." drill_verb = "hammering" + destroy_artefacts = TRUE /*****************************Shovel********************************/