mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
33 lines
951 B
Plaintext
33 lines
951 B
Plaintext
/obj/item/stack/material/sandstone
|
|
name = MAT_SANDSTONE + " brick"
|
|
icon_state = "sheet-sandstone" // CHOMPEdit
|
|
default_type = MAT_SANDSTONE
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/boots.ogg'
|
|
pickup_sound = 'sound/items/pickup/boots.ogg'
|
|
|
|
/obj/item/stack/material/marble
|
|
name = MAT_MARBLE + " brick"
|
|
icon_state = "sheet-marble" // CHOMPEdit
|
|
default_type = MAT_MARBLE
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/boots.ogg'
|
|
pickup_sound = 'sound/items/pickup/boots.ogg'
|
|
|
|
/obj/item/stack/material/flint
|
|
name = MAT_FLINT + " piece"
|
|
icon_state = "sheet-rock" // CHOMPEdit
|
|
default_type = MAT_FLINT
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/boots.ogg'
|
|
pickup_sound = 'sound/items/pickup/boots.ogg'
|
|
pass_color = TRUE
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/concrete
|
|
name = MAT_CONCRETE + " brick"
|
|
icon_state = "sheet-brick" // CHOMPEdit
|
|
default_type = MAT_CONCRETE
|
|
no_variants = FALSE
|
|
apply_colour = 1
|