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
This commit is contained in:
tronaldnwn@hotmail.com
2011-04-21 01:45:51 +00:00
parent 2456941fc7
commit 1e6cafbe1a

View File

@@ -2555,8 +2555,8 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
drill drill
name = "Mining Drill" name = "Mining Drill"
icon_state = "jackhammer" icon_state = "handdrill"
item_state = "handdrill" item_state = "jackhammer"
digspeed = 30 digspeed = 30
origin_tech = "materials=3; powerstorage=2" origin_tech = "materials=3; powerstorage=2"
desc = "Yours is the drill that will pierce through the rock walls." 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 plasmacutter
name = "Plasma Cutter" name = "Plasma Cutter"
icon_state = "plasmacutter" icon_state = "plasmacutter"
icon_state = "gun" item_state = "gun"
w_class = 3.0 //it is smaller than the pickaxe w_class = 3.0 //it is smaller than the pickaxe
force = 10.0 //Also, weaker force = 10.0 //Also, weaker
digspeed = 20 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! diamonddrill //When people ask about the badass leader of the mining tools, they are talking about ME!
name = "Diamond Mining Drill" name = "Diamond Mining Drill"
icon_state = "jackhammer" icon_state = "diamonddrill"
item_state = "diamonddrill" item_state = "jackhammer"
digspeed = 0 digspeed = 0
origin_tech = "materials=6; powerstorage=4" origin_tech = "materials=6; powerstorage=4"
desc = "Yours is the drill that will pierce the heavens!" desc = "Yours is the drill that will pierce the heavens!"