mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-10 15:52:39 +01:00
27 lines
726 B
Plaintext
27 lines
726 B
Plaintext
/obj/item/stack/material/leather
|
|
name = "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'
|
|
|
|
/obj/item/stack/material/leather/get_drying_state(var/obj/rack)
|
|
return "leather_dry"
|
|
|
|
/obj/item/stack/material/cloth
|
|
name = "cloth"
|
|
icon_state = "sheet-cloth"
|
|
default_type = "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'
|
|
|
|
/obj/item/stack/material/cloth/diyaab
|
|
color = "#c6ccf0"
|