mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
Add plant fiber material/stacks
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user