mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 10:21:52 +00:00
16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
/obj/item/stack/material/plastic
|
|
name = MAT_PLASTIC
|
|
icon_state = "sheet-plastic"
|
|
default_type = MAT_PLASTIC
|
|
no_variants = FALSE
|
|
|
|
/obj/item/stack/material/cardboard
|
|
name = MAT_CARDBOARD
|
|
icon_state = "sheet-card"
|
|
default_type = MAT_CARDBOARD
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/cardboardbox.ogg'
|
|
pickup_sound = 'sound/items/pickup/cardboardbox.ogg'
|