diff --git a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml index c5d970af50..b7c73f5e0c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml @@ -26,3 +26,6 @@ materialComposition: Glass: 50 - type: SpaceGarbage + - type: WelderRefinable + refineResult: + - SheetGlass1 diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index aa580d8209..9a30ec4da3 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -67,6 +67,9 @@ materialComposition: Glass: 25 - type: SpaceGarbage + - type: WelderRefinable + refineResult: + - SheetGlass1 - type: entity parent: BaseLightbulb @@ -230,6 +233,10 @@ - type: Construction graph: CyanLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalCyan - type: entity parent: LightTubeCrystalCyan @@ -246,6 +253,10 @@ - type: Construction graph: BlueLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalBlue - type: entity parent: LightTubeCrystalCyan @@ -262,6 +273,10 @@ - type: Construction graph: PinkLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalPink - type: entity parent: LightTubeCrystalCyan @@ -278,6 +293,10 @@ - type: Construction graph: OrangeLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalOrange - type: entity parent: LightTubeCrystalCyan @@ -294,6 +313,10 @@ - type: Construction graph: RedLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalRed - type: entity parent: LightTubeCrystalCyan @@ -310,3 +333,7 @@ - type: Construction graph: GreenLight node: icon + - type: WelderRefinable + refineResult: + - SheetGlass1 + - ShardCrystalGreen