From a61e24a254a2ba0ed6b804a7e481393518604f8b Mon Sep 17 00:00:00 2001 From: Volodius <43648983+Volotomite@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:28:31 +0300 Subject: [PATCH] fix flippo not igniting plasma (#24207) Add welder component to FlippoLighter --- Resources/Prototypes/Entities/Objects/Tools/lighters.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml index 9eb3a2da92..dff367dc99 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml @@ -177,6 +177,10 @@ - ReagentId: WeldingFuel Quantity: 12 maxVol: 12 #uses less fuel than a welder, so this isnt as bad as it looks + - type: Welder + fuelConsumption: 0.01 + fuelLitCost: 0.1 + tankSafe: true - type: ToggleableLightVisuals spriteLayer: lighter_flame inhandVisuals: -- 2.51.2