mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
d8c1932cb9
* Laser Eyes * Update dna.dm * Mecha * Update positive_genes.dm * These * These 2 * yeh * Rest of these * Update turf.dm * Update food.dm * Some moar * mooove * Update vorestation.dme * Update burning.dm * firesuit * flags * HYPNOCOLOR * xd * no filter * dc * Update ore_bag.dm * Update misc.dm * Update misc.dm
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
/obj/item/stack/material/leather
|
|
name = MAT_LEATHER
|
|
desc = "The by-product of mob grinding."
|
|
icon_state = "sheet-leather"
|
|
default_type = MAT_LEATHER
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/leather.ogg'
|
|
pickup_sound = 'sound/items/pickup/leather.ogg'
|
|
resistance_flags = FLAMMABLE
|
|
|
|
/obj/item/stack/material/cloth
|
|
name = MAT_CLOTH
|
|
desc = "Individual fibers woven into a cloth."
|
|
icon_state = "sheet-cloth"
|
|
default_type = MAT_CLOTH
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/clothing.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
|
resistance_flags = FLAMMABLE
|
|
|
|
/obj/item/stack/material/cloth/diyaab
|
|
color = "#c6ccf0"
|
|
|
|
|
|
/obj/item/stack/material/cotton
|
|
name = MAT_COTTON
|
|
desc = "It's so FLUFFY!"
|
|
icon_state = "sheet-cloth"
|
|
default_type = MAT_COTTON
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/clothing.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
|
resistance_flags = FLAMMABLE
|
|
|
|
/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'
|
|
resistance_flags = FLAMMABLE
|