Merge pull request #3641 from Holdelta/materials-update

Update to Sheet Materials
This commit is contained in:
Razgriz
2022-02-08 14:19:40 -07:00
committed by GitHub
5 changed files with 16 additions and 15 deletions
+1
View File
@@ -10,6 +10,7 @@
name = "diamond"
icon_state = "sheet-diamond"
default_type = "diamond"
no_variants = FALSE //CHOMPedit - Variants added
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
+4 -4
View File
@@ -1,6 +1,6 @@
/obj/item/stack/material/glass
name = "glass"
icon_state = "sheet-transparent"
icon_state = "sheet-glass" //CHOMPedit - replace materials update
default_type = "glass"
no_variants = FALSE
drop_sound = 'sound/items/drop/glass.ogg'
@@ -9,7 +9,7 @@
/obj/item/stack/material/glass/reinforced
name = "reinforced glass"
icon_state = "sheet-rtransparent"
icon_state = "sheet-rglass" //CHOMPedit - replace materials update
default_type = "rglass"
no_variants = FALSE
apply_colour = TRUE
@@ -18,7 +18,7 @@
name = "borosilicate glass"
desc = "This sheet is special platinum-glass alloy designed to withstand large temperatures"
singular_name = "borosilicate glass sheet"
icon_state = "sheet-transparent"
icon_state = "sheet-phoronglass" //CHOMPedit - replace materials update
default_type = "borosilicate glass"
no_variants = FALSE
apply_colour = TRUE
@@ -27,7 +27,7 @@
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-rtransparent"
icon_state = "sheet-phoronrglass" //CHOMPedit - replace materials update
default_type = "reinforced borosilicate glass"
no_variants = FALSE
apply_colour = TRUE
@@ -1,20 +1,20 @@
/obj/item/stack/material/steel
name = MAT_STEEL
icon_state = "sheet-refined"
icon_state = "sheet-metal" //CHOMPedit - replace materials update
default_type = MAT_STEEL
no_variants = FALSE
apply_colour = TRUE
/obj/item/stack/material/plasteel
name = "plasteel"
icon_state = "sheet-reinforced"
icon_state = "sheet-plasteel" //CHOMPedit - replace materials update
default_type = "plasteel"
no_variants = FALSE
apply_colour = TRUE
/obj/item/stack/material/durasteel
name = "durasteel"
icon_state = "sheet-reinforced"
icon_state = "sheet-durasteel" //CHOMPedit - replace materials update
item_state = "sheet-metal"
default_type = "durasteel"
no_variants = FALSE
@@ -22,7 +22,7 @@
/obj/item/stack/material/titanium
name = MAT_TITANIUM
icon_state = "sheet-refined"
icon_state = "sheet-titanium" //CHOMPedit - replace materials update
apply_colour = TRUE
item_state = "sheet-silver"
default_type = MAT_TITANIUM