From b5d01227c2bc191846c83bdb141c231a35bede0e Mon Sep 17 00:00:00 2001 From: skull132 Date: Wed, 18 Feb 2015 07:52:45 +0200 Subject: [PATCH] Phorontech to Plasmatech Minor oversight, fixed. Pointed out in issue #375 --- code/modules/mining/mine_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 8f35b32c..3a757870 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -115,8 +115,8 @@ w_class = 3.0 //it is smaller than the pickaxe damtype = "fire" digspeed = 20 //Can slice though normal walls, all girders, or be used in reinforced wall deconstruction/ light thermite on fire - origin_tech = "materials=4;phorontech=3;engineering=3" - desc = "A rock cutter that uses bursts of hot plasma. You could use it to cut limbs off of xenos! Or, you know, mine stuff." + origin_tech = "materials=4;plasmatech=3;engineering=3" + desc = "A rock cutter thatuses bursts of hot plasma. You could use it to cut limbs off of xenos! Or, you know, mine stuff." drill_verb = "cutting" /obj/item/weapon/pickaxe/diamond