Files
CHOMPStation2/code/modules/materials/sheets/glass.dm
Test Turtle 3c06b4dc19 Update to Sheet Materials
While this doesn't revert all the changes upstream to the mining materials, it does replace most of them with sprites from other servers, which I feel are more appropriate here.
2022-02-07 17:20:45 -08:00

33 lines
1.2 KiB
Plaintext

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