From 1e6cafbe1aff7d6bbbce3bee908540ef472f8c8c Mon Sep 17 00:00:00 2001 From: "tronaldnwn@hotmail.com" Date: Thu, 21 Apr 2011 01:45:51 +0000 Subject: [PATCH] I mixed up my Icon and item states last update for tools. I guess this is what I get for testing things, then changing sprite names and icons/ item states names for items. Fixed it anyway. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1481 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/mining.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/WorkInProgress/mining.dm b/code/WorkInProgress/mining.dm index 31f80e1d95d..237c7a0cf58 100644 --- a/code/WorkInProgress/mining.dm +++ b/code/WorkInProgress/mining.dm @@ -2555,8 +2555,8 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list( drill name = "Mining Drill" - icon_state = "jackhammer" - item_state = "handdrill" + icon_state = "handdrill" + item_state = "jackhammer" digspeed = 30 origin_tech = "materials=3; powerstorage=2" desc = "Yours is the drill that will pierce through the rock walls." @@ -2572,7 +2572,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list( plasmacutter name = "Plasma Cutter" icon_state = "plasmacutter" - icon_state = "gun" + item_state = "gun" w_class = 3.0 //it is smaller than the pickaxe force = 10.0 //Also, weaker digspeed = 20 @@ -2589,8 +2589,8 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list( diamonddrill //When people ask about the badass leader of the mining tools, they are talking about ME! name = "Diamond Mining Drill" - icon_state = "jackhammer" - item_state = "diamonddrill" + icon_state = "diamonddrill" + item_state = "jackhammer" digspeed = 0 origin_tech = "materials=6; powerstorage=4" desc = "Yours is the drill that will pierce the heavens!"