Adds fifty stacks for all material stacks and makes drop pod actually drop fifties

This commit is contained in:
Yoshax
2016-07-10 03:40:24 +01:00
parent 108a8743f5
commit c60407e6f4
5 changed files with 84 additions and 10 deletions
@@ -88,6 +88,9 @@
default_type = "iron"
apply_colour = 1
/obj/item/stack/material/iron/fifty
amount = 50
/obj/item/stack/material/sandstone
name = "sandstone brick"
icon_state = "sheet-sandstone"
@@ -228,6 +231,9 @@
icon_state = "sheet-cloth"
default_type = "cloth"
/obj/item/stack/material/cloth/fifty
amount = 50
/obj/item/stack/material/cardboard
name = "cardboard"
icon_state = "sheet-card"
@@ -242,6 +248,9 @@
icon_state = "sheet-leather"
default_type = "leather"
/obj/item/stack/material/leather/fifty
amount = 50
/obj/item/stack/material/glass
name = "glass"
icon_state = "sheet-glass"