mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 10:21:52 +00:00
33 lines
893 B
Plaintext
33 lines
893 B
Plaintext
/obj/item/stack/material/sandstone
|
|
name = MAT_SANDSTONE + " brick"
|
|
icon_state = "sheet-sandstone"
|
|
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"
|
|
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"
|
|
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 = "brick"
|
|
default_type = MAT_CONCRETE
|
|
no_variants = FALSE
|
|
apply_colour = 1
|