mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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'
|