From 8cd6067d492f403701059af06e51f368e7ea9bf9 Mon Sep 17 00:00:00 2001 From: Chase Maguire <32408355+Wirdal@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:56:09 -0700 Subject: [PATCH] Changing default fuel consumption for weldable components, and increasing non-default instances by two units of fuel (#17350) --- Content.Server/Tools/Components/WeldableComponent.cs | 2 +- .../Structures/Doors/Airlocks/base_structureairlocks.yml | 2 +- .../Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml | 2 +- .../Prototypes/Entities/Structures/Doors/Shutter/shutters.yml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Content.Server/Tools/Components/WeldableComponent.cs b/Content.Server/Tools/Components/WeldableComponent.cs index 46062692d37..edb980ca41b 100644 --- a/Content.Server/Tools/Components/WeldableComponent.cs +++ b/Content.Server/Tools/Components/WeldableComponent.cs @@ -31,7 +31,7 @@ public sealed class WeldableComponent : SharedWeldableComponent /// [DataField("fuel")] [ViewVariables(VVAccess.ReadWrite)] - public float FuelConsumption = 1f; + public float FuelConsumption = 3f; /// /// How much time does it take to weld/unweld entity. diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index 171dbed152c..46bc26dede9 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -62,7 +62,7 @@ containers: board: !type:Container - type: Weldable - fuel: 3 + fuel: 5 time: 3 - type: Airlock - type: DoorBolt diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml index 60022c9f4f5..2d8957661bf 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml @@ -78,7 +78,7 @@ openingAnimationTime: 0.6 closingAnimationTime: 0.6 - type: Weldable - fuel: 3 + fuel: 5 time: 3 - type: Firelock - type: Appearance diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index 9d3a7b0607a..021e68ee755 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -49,7 +49,6 @@ closeSound: path: /Audio/Machines/blastdoor.ogg - type: Weldable - fuel: 3 time: 3 - type: Appearance - type: UserInterface