From f8ef84d896fff044274e1c8d4e96762eb5301fa9 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 14 Jan 2018 14:49:58 -0500 Subject: [PATCH] Fixes a typo causing deconstructor to cry --- code/game/objects/items/weapons/tools.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index 8957a5f7b5..c0c202a51d 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -45,7 +45,7 @@ icon_state = "wrench" usesound = 'sound/effects/empulse.ogg' toolspeed = 0.1 - origin_tech = list(TECH_MATERIAL = 5, TECH_ENGINEER = 5) + origin_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 5) /obj/item/weapon/wrench/power name = "hand drill" @@ -1035,4 +1035,4 @@ if(tool) tool.loc = src*/ -#undef WELDER_FUEL_BURN_INTERVAL \ No newline at end of file +#undef WELDER_FUEL_BURN_INTERVAL