mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-14 19:01:38 +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
17 lines
451 B
Plaintext
17 lines
451 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'
|
|
resistance_flags = FLAMMABLE
|