From ca0b124f2b8dcaa771e655767c253406916b6627 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 30 Jun 2026 09:41:53 -0500 Subject: [PATCH] Type change and increased exp welder's capacity a bit --- Content.Shared/Repairable/RepairableComponent.cs | 2 +- Resources/Prototypes/Entities/Objects/Tools/welders.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Repairable/RepairableComponent.cs b/Content.Shared/Repairable/RepairableComponent.cs index dbb4daa9dc5..c16da0c7360 100644 --- a/Content.Shared/Repairable/RepairableComponent.cs +++ b/Content.Shared/Repairable/RepairableComponent.cs @@ -42,7 +42,7 @@ public sealed partial class RepairableComponent : Component /// Tool quality necessary to repair this device. /// [DataField, AutoNetworkedField] - public ProtoId[] QualityNeeded = ["Welding", "Applicating"]; // Monolith - Nanite Applicator + public List> QualityNeeded = new() { "Welding", "Applicating" }; // Monolith - Nanite Applicator /// /// The base tool use delay (seconds). This will be modified by the tool's quality diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 21238b06e0c..707cd34597e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -162,8 +162,8 @@ Welder: reagents: - ReagentId: WeldingFuel - Quantity: 100 # DeltaV - Experimental Welder Nerf - maxVol: 100 # DeltaV - Experimental Welder Nerf + Quantity: 200 # DeltaV - Experimental Welder Nerf + maxVol: 200 # DeltaV - Experimental Welder Nerf - type: PointLight enabled: false radius: 1.5