Updating stools/stool padding.

This commit is contained in:
Zuhayr
2015-05-17 12:53:23 +09:30
parent 14df1e5fb5
commit 4cd2a5a532
11 changed files with 161 additions and 70 deletions
@@ -165,9 +165,17 @@ obj/item/stack/material/iron
name = "cloth"
singular_name = "cloth roll"
icon_state = "sheet-cloth"
default_type = "cloth"
/obj/item/stack/material/cardboard
name = "cardboard"
singular_name = "cardboard sheet"
icon_state = "sheet-card"
default_type = "cardboard"
/obj/item/stack/material/leather
name = "leather"
desc = "The by-product of mob grinding."
singular_name = "leather piece"
icon_state = "sheet-leather"
default_type = "leather"
+7 -1
View File
@@ -357,4 +357,10 @@ var/list/name_to_material
/material/leather //todo
name = "leather"
icon_colour = "#5C4831"
icon_colour = "#5C4831"
stack_origin_tech = "materials=2"
/material/carpet
name = "carpet"
display_name = "padding"
icon_colour = "#A83C1B"