mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-28 18:02:17 +00:00
* conk rete * Update flooring_premade.dm * Update wall_types.dm * Update _materials.dm * Update plasteel.dm * Update steel.dm * Update stone.dm * Update stone.dm * Update instant.dm * Update plasteel.dm * Fixes map changes Co-authored-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com> Co-authored-by: C.L <killer65311@gmail.com>
33 lines
857 B
Plaintext
33 lines
857 B
Plaintext
/obj/item/stack/material/sandstone
|
|
name = "sandstone brick"
|
|
icon_state = "sheet-sandstone"
|
|
default_type = "sandstone"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/boots.ogg'
|
|
pickup_sound = 'sound/items/pickup/boots.ogg'
|
|
|
|
/obj/item/stack/material/marble
|
|
name = "marble brick"
|
|
icon_state = "sheet-marble"
|
|
default_type = "marble"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/boots.ogg'
|
|
pickup_sound = 'sound/items/pickup/boots.ogg'
|
|
|
|
/obj/item/stack/material/flint
|
|
name = "flint piece"
|
|
icon_state = "sheet-rock"
|
|
default_type = "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 = "concrete brick"
|
|
icon_state = "brick"
|
|
default_type = "concrete"
|
|
no_variants = FALSE
|
|
apply_colour = 1
|