From 8239e593885dc1087622a14d9e6977dad2c4965e Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:16:42 +0100 Subject: [PATCH] WelderRefinable light tubes bulbs and broken bottle (#24184) s --- .../Entities/Objects/Misc/broken_bottle.yml | 3 +++ .../Entities/Objects/Power/lights.yml | 27 +++++++++++++++++++ 2 files changed, 30 insertions(+) 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 -- 2.51.2