Add plant fiber material/stacks

This commit is contained in:
Aronai Sieyes
2021-07-11 01:55:20 -04:00
parent 700e28363c
commit ca82ce3c20
6 changed files with 50 additions and 5 deletions
@@ -11,6 +11,7 @@
/obj/item/stack/material/cloth
name = "cloth"
desc = "Individual fibers woven into a cloth."
icon_state = "sheet-cloth"
default_type = "cloth"
no_variants = FALSE
@@ -21,3 +22,13 @@
/obj/item/stack/material/cloth/diyaab
color = "#c6ccf0"
/obj/item/stack/material/fiber
name = "plant fiber"
desc = "Some all-natural plant fibers."
icon_state = "sheet-fiber"
default_type = MAT_FIBERS
pass_color = TRUE
apply_colour = TRUE
drop_sound = 'sound/items/drop/clothing.ogg'
pickup_sound = 'sound/items/pickup/clothing.ogg'