mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user