hit me...

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@839 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-01-12 20:42:11 +00:00
parent 335a4cfd53
commit c9449c4249

View File

@@ -1252,7 +1252,7 @@
return
return
/*
/obj/machinery/mineral/mint/process()
if (src.output && src.input)
var/obj/item/stack/sheet/O
@@ -1279,7 +1279,7 @@
if (istype(O,/obj/item/stack/sheet/clown))
amt_clown += 100
del(O)
*/
/obj/machinery/mineral/mint/attack_hand(user as mob)