More stuff, finalizes it I hope.

This commit is contained in:
Neerti
2017-02-20 18:28:31 -05:00
parent 1d9e7c8c08
commit 836d8dfa3f
27 changed files with 633 additions and 397 deletions
@@ -146,3 +146,6 @@
new/datum/stack_recipe("white folder", /obj/item/weapon/folder/white), \
new/datum/stack_recipe("yellow folder", /obj/item/weapon/folder/yellow), \
))
/material/snow/generate_recipes()
return // Snowmen and snowballs may come here later.
@@ -189,6 +189,12 @@
icon_state = "sheet-card"
default_type = "cardboard"
/obj/item/stack/material/snow
name = "snow"
desc = "The temptation to build a snowfort rises."
icon_state = "sheet-snow"
default_type = "snow"
/obj/item/stack/material/leather
name = "leather"
desc = "The by-product of mob grinding."
+16
View File
@@ -628,6 +628,22 @@ var/list/name_to_material
door_icon_base = "wood"
destruction_desc = "crumples"
/material/snow
name = "snow"
stack_type = /obj/item/stack/material/snow
flags = MATERIAL_BRITTLE
icon_base = "solid"
icon_reinf = "reinf_over"
icon_colour = "#FFFFFF"
integrity = 1
hardness = 1
weight = 1
stack_origin_tech = list(TECH_MATERIAL = 1)
melting_point = T0C+1
destruction_desc = "crumples"
sheet_singular_name = "pile"
sheet_plural_name = "piles"
/material/cloth //todo
name = "cloth"
stack_origin_tech = list(TECH_MATERIAL = 2)