Added hydroponics crates, graphics and crates themselves into the code.

Added Weed-B-Gone into crates at hydro, also Weed-B-Gone functionality. 
Changed map accordingly. 
Added weedbgone as a reagent and a recipe for it.
Added new spray sound effects and updated/changed those that were used before for fire extinguisher, refueling/refilling, using cleaner and using weed-b-gone.
Removed thumbs.db added by TLE as I saw it unnecessary.
Added buzzing sound to be used later with Fly Amanitas.
Changed some fertilizer graphics in chemical.dmi to be prettier.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@42 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Skiedrake
2010-09-01 17:54:19 +00:00
parent 7509478125
commit 456a9d6da6
22 changed files with 3445 additions and 3300 deletions
+2 -2
View File
@@ -83,7 +83,7 @@
var/obj/o = target
o.reagents.trans_to(src, 50)
user << "\blue Extinguisher refilled"
playsound(src.loc, 'zzzt.ogg', 50, 1, -6)
playsound(src.loc, 'refill.ogg', 50, 1, -6)
return
if (!safety)
@@ -95,7 +95,7 @@
src.last_use = world.time
playsound(src.loc, 'spray.ogg', 75, 1, -3)
playsound(src.loc, 'extinguish.ogg', 75, 1, -3)
var/direction = get_dir(src,target)