Well, I changed a typo, and made shoveling for sand less annoying.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1272 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-24 20:20:21 +00:00
parent a526b389e7
commit 0f886d4558
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -862,7 +862,7 @@ proc/move_mining_shuttle()
return
user << "\red You start digging."
playsound(src.loc, 'Welder.ogg', 100, 1)
playsound(src.loc, 'rustle1.ogg', 50, 1) //russle sounds sounded better
sleep(50)
if ((user.loc == T && user.equipped() == W))
@@ -2542,7 +2542,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
name = "Diamond Pickaxe"
digspeed = 10
origin_tech = "materials=6"
desc = "This makes no metallurgic sense."
desc = "This makes perfect sense."
/*****************************Shovel********************************/