mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
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:
@@ -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********************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user