Fixes cloth and fiber materials missing their sheet type definitions (#6945)

This commit is contained in:
Verkister
2023-09-10 10:48:24 +03:00
committed by GitHub
parent 455e462ead
commit 9583cd46fa

View File

@@ -11,6 +11,7 @@
pass_stack_colors = TRUE
supply_conversion_value = 2
hardness = 5
stack_type = /obj/item/stack/material/cloth //CHOMPEdit
/datum/material/cloth/generate_recipes() //Vorestation Add - adding some funny cool storage pouches to this so botany can do things other than food
@@ -154,3 +155,4 @@
pass_stack_colors = TRUE
hardness = 5
integrity = 5
stack_type = /obj/item/stack/material/fiber //CHOMPEdit