Files
CHOMPStation2/code/modules/materials/sheets/glass.dm
2024-12-12 02:11:06 +01:00

34 lines
1.2 KiB
Plaintext

/obj/item/stack/material/glass
name = MAT_GLASS
icon_state = "sheet-glass" //CHOMPedit - replace materials update
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-rglass" //CHOMPedit - replace materials update
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-phoronglass" //CHOMPedit - replace materials update
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-phoronrglass" //CHOMPedit - replace materials update
default_type = MAT_RPGLASS
no_variants = FALSE
apply_colour = TRUE