]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change default Rat King order from 'Loose' to 'Follow' (#41680)
authorimatsoup <93290208+imatsoup@users.noreply.github.com>
Wed, 3 Dec 2025 03:25:03 +0000 (03:25 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Dec 2025 03:25:03 +0000 (03:25 +0000)
Update RatKingComponent.cs

Content.Shared/RatKing/RatKingComponent.cs

index 712d4ae3a130a695495a7cfb1bff316ede37b8e3..f3830cf4f76470d3e111c1ee7adcad702c2165e0 100644 (file)
@@ -56,7 +56,7 @@ public sealed partial class RatKingComponent : Component
     /// </summary>
     [DataField("currentOrders"), ViewVariables(VVAccess.ReadWrite)]
     [AutoNetworkedField]
-    public RatKingOrderType CurrentOrder = RatKingOrderType.Loose;
+    public RatKingOrderType CurrentOrder = RatKingOrderType.Follow;
 
     /// <summary>
     /// The servants that the rat king is currently controlling