mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Fixed pickaxes.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1363 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -775,12 +775,12 @@ proc/move_mining_shuttle()
|
||||
var/turf/T = user.loc
|
||||
if (!( istype(T, /turf) ))
|
||||
return
|
||||
|
||||
/*
|
||||
if (istype(W, /obj/item/weapon/pickaxe/radius))
|
||||
var/turf/T = user.loc
|
||||
if (!( istype(T, /turf) ))
|
||||
return
|
||||
|
||||
*///Watch your tabbing, microwave. --NEO
|
||||
|
||||
user << "\red You start picking."
|
||||
playsound(user, 'Genhit.ogg', 20, 1)
|
||||
|
||||
Reference in New Issue
Block a user