mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00: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:
@@ -2247,7 +2247,7 @@
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bananabread
|
||||
name = "banana-nut bread"
|
||||
name = "Banana-nut bread"
|
||||
desc = "A heavenly and filling treat."
|
||||
icon_state = "tofubread" //filler sprite till there is a banana bread sprite
|
||||
New()
|
||||
@@ -2271,8 +2271,8 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bananabreadslice
|
||||
name = "meatbread slice"
|
||||
desc = "A slice of delicious Banana bread."
|
||||
name = "Banana-nut bread slice"
|
||||
desc = "A slice of delicious banana bread."
|
||||
icon_state = "tofubreadslice" //Filler sprite
|
||||
New()
|
||||
..()
|
||||
|
||||
@@ -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