- Added the cloth and leather stack types, they are however not yet present anywhere on the map. Sprites by Ausops

- The sheet stacking machine in mining can now also stack cardboard, wood, leather and cloth.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3793 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-06-11 15:45:42 +00:00
parent 8b947d4f6a
commit 68aface68a
3 changed files with 90 additions and 0 deletions
+14
View File
@@ -1256,6 +1256,20 @@
g_amt = 0
m_amt = 0
/obj/item/stack/sheet/cloth
name = "cloth"
desc = "This roll of cloth is made from only the finest chemicals and bunny rabbits."
singular_name = "cloth roll"
icon_state = "sheet-cloth"
origin_tech = "materials=2"
/obj/item/stack/sheet/leather
name = "leather"
desc = "The by-product of monkey farming."
singular_name = "leather piece"
icon_state = "sheet-leather"
origin_tech = "materials=2"
/obj/item/stack/sheet/metal
name = "metal"