Fixed a compilation error in mining.dm

Also fixed a wiring mistake of my own in my last commit. Yaaay fuckups.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1365 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
hunterluthi
2011-04-04 07:33:54 +00:00
parent c27ec84110
commit 84fd3fdd34
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -780,7 +780,8 @@ proc/move_mining_shuttle()
var/turf/T = user.loc
if (!( istype(T, /turf) ))
return
*///Watch your tabbing, microwave. --NEO
*/
//Watch your tabbing, microwave. --NEO
user << "\red You start picking."
playsound(user, 'Genhit.ogg', 20, 1)