[you cannot imagine how upset I am right now] the incredible three line fix to create and destroy failing on every pr (#21242)

Im so mad dude
This commit is contained in:
Paxilmaniac
2023-05-16 21:03:57 +01:00
committed by GitHub
parent 943db46f00
commit eb18bd9376
@@ -39,6 +39,7 @@
desc = "A glass bowl that is capable of carrying things."
icon = 'modular_skyrat/modules/primitive_production/icons/prim_fun.dmi'
icon_state = "glass_bowl"
custom_materials = null
material_flags = MATERIAL_EFFECTS | MATERIAL_COLOR
/obj/item/reagent_containers/cup/bowl/blowing_glass/Initialize(mapload)
@@ -50,6 +51,7 @@
desc = "A glass cup that is capable of carrying liquids."
icon = 'modular_skyrat/modules/primitive_production/icons/prim_fun.dmi'
icon_state = "glass_cup"
custom_materials = null
material_flags = MATERIAL_EFFECTS | MATERIAL_COLOR
/obj/item/reagent_containers/cup/beaker/large/blowing_glass/Initialize(mapload)
@@ -61,6 +63,7 @@
desc = "A glass plate that is capable of carrying things."
icon = 'modular_skyrat/modules/primitive_production/icons/prim_fun.dmi'
icon_state = "glass_plate"
custom_materials = null
material_flags = MATERIAL_EFFECTS | MATERIAL_COLOR
/obj/item/plate/blowing_glass/Initialize(mapload)