mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user