From 3f6781016ff2ba1c31e17ee3d1bba229268d6737 Mon Sep 17 00:00:00 2001 From: Piggy3 <98598467+Piggy3@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:25:59 -0700 Subject: [PATCH] double cost and charge of painter ammo --- .../SprayPainter/Components/SprayPainterAmmo.cs | 2 +- .../Prototypes/Entities/Objects/Tools/spray_painter.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Content.Shared/SprayPainter/Components/SprayPainterAmmo.cs b/Content.Shared/SprayPainter/Components/SprayPainterAmmo.cs index d869c96d31c..fa4c980b8df 100644 --- a/Content.Shared/SprayPainter/Components/SprayPainterAmmo.cs +++ b/Content.Shared/SprayPainter/Components/SprayPainterAmmo.cs @@ -13,5 +13,5 @@ public sealed partial class SprayPainterAmmoComponent : Component /// The value by which the charge in the spray painter will be recharged. /// [DataField, AutoNetworkedField] - public int Charges = 15; + public int Charges = 30; } diff --git a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml index 76d7ccbfb10..5b816f16c17 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml @@ -47,8 +47,8 @@ - type: StaticPrice price: 40 - type: LimitedCharges - maxCharges: 15 - lastCharges: 15 + maxCharges: 30 + lastCharges: 30 - type: PhysicalComposition materialComposition: Steel: 100 @@ -94,7 +94,7 @@ heldPrefix: ammo - type: PhysicalComposition materialComposition: - Steel: 10 - Plastic: 10 + Steel: 20 + Plastic: 20 - type: StaticPrice price: 30