Adds snowballs. (#4414)

This commit is contained in:
Layne
2017-12-07 18:51:36 -05:00
committed by Anewbe
parent b819963102
commit 4d842c6590
8 changed files with 49 additions and 5 deletions

View File

@@ -162,4 +162,5 @@
))
/material/snow/generate_recipes()
return // Snowmen and snowballs may come here later.
recipes = list()
recipes += new/datum/stack_recipe("snowball", /obj/item/weapon/material/snow/snowball, 1, time = 10)

View File

@@ -735,7 +735,7 @@ var/list/name_to_material
destruction_desc = "crumples"
/material/snow
name = "snow"
name = MAT_SNOW
stack_type = /obj/item/stack/material/snow
flags = MATERIAL_BRITTLE
icon_base = "solid"
@@ -749,7 +749,7 @@ var/list/name_to_material
melting_point = T0C+1
destruction_desc = "crumples"
sheet_singular_name = "pile"
sheet_plural_name = "piles"
sheet_plural_name = "pile" //Just a bigger pile
/material/cloth //todo
name = "cloth"