mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 14:19:43 +00:00
* Adds a new ghost vis blocking area flag * . * . * . * . * ., * . * . * . * . * . * . * . * . * . * . * some more * add admin verbs to add and remove areas * .
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
/obj/item/stack/material/glass
|
|
name = MAT_GLASS
|
|
icon_state = "sheet-transparent"
|
|
default_type = MAT_GLASS
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
pickup_sound = 'sound/items/pickup/glass.ogg'
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/reinforced
|
|
name = "reinforced glass"
|
|
icon_state = "sheet-rtransparent"
|
|
default_type = MAT_RGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/phoronglass
|
|
name = MAT_PGLASS
|
|
desc = "This sheet is special platinum-glass alloy designed to withstand large temperatures"
|
|
singular_name = "borosilicate glass sheet"
|
|
icon_state = "sheet-transparent"
|
|
default_type = MAT_PGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/phoronrglass
|
|
name = MAT_RPGLASS
|
|
desc = "This sheet is special platinum-glass alloy designed to withstand large temperatures. It is reinforced with few rods."
|
|
singular_name = "reinforced borosilicate glass sheet"
|
|
icon_state = "sheet-rtransparent"
|
|
default_type = MAT_RPGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|