diff --git a/Content.Shared/RatKing/RatKingComponent.cs b/Content.Shared/RatKing/RatKingComponent.cs index e0b180b4aa..fbb320f07b 100644 --- a/Content.Shared/RatKing/RatKingComponent.cs +++ b/Content.Shared/RatKing/RatKingComponent.cs @@ -102,7 +102,7 @@ public sealed partial class RatKingComponent : Component // Sunrise-start [DataField] - public int MaxArmyCount = 12; + public int MaxArmyCount = 20; // Sunrise-end } diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 85c323cb8f..5a3c07af56 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -247,8 +247,8 @@ animation: WeaponArcClaw damage: types: - Slash: 5 - Piercing: 3 + Slash: 7 # Sunrise-Edit + Piercing: 3 # Sunrise-Edit - type: Body prototype: Rat requiredLegs: 1 # TODO: More than 1 leg