mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes cloth and fiber materials missing their sheet type definitions (#6945)
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
pass_stack_colors = TRUE
|
pass_stack_colors = TRUE
|
||||||
supply_conversion_value = 2
|
supply_conversion_value = 2
|
||||||
hardness = 5
|
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
|
/datum/material/cloth/generate_recipes() //Vorestation Add - adding some funny cool storage pouches to this so botany can do things other than food
|
||||||
recipes = list(
|
recipes = list(
|
||||||
@@ -153,4 +154,5 @@
|
|||||||
conductive = 0
|
conductive = 0
|
||||||
pass_stack_colors = TRUE
|
pass_stack_colors = TRUE
|
||||||
hardness = 5
|
hardness = 5
|
||||||
integrity = 5
|
integrity = 5
|
||||||
|
stack_type = /obj/item/stack/material/fiber //CHOMPEdit
|
||||||
|
|||||||
Reference in New Issue
Block a user