From: imatsoup <93290208+imatsoup@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:25:03 +0000 (+0000) Subject: Change default Rat King order from 'Loose' to 'Follow' (#41680) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8784a3e5c79a24668003504d5d3c90c441e820c9;p=space-station-14.git Change default Rat King order from 'Loose' to 'Follow' (#41680) Update RatKingComponent.cs --- diff --git a/Content.Shared/RatKing/RatKingComponent.cs b/Content.Shared/RatKing/RatKingComponent.cs index 712d4ae3a1..f3830cf4f7 100644 --- a/Content.Shared/RatKing/RatKingComponent.cs +++ b/Content.Shared/RatKing/RatKingComponent.cs @@ -56,7 +56,7 @@ public sealed partial class RatKingComponent : Component /// [DataField("currentOrders"), ViewVariables(VVAccess.ReadWrite)] [AutoNetworkedField] - public RatKingOrderType CurrentOrder = RatKingOrderType.Loose; + public RatKingOrderType CurrentOrder = RatKingOrderType.Follow; /// /// The servants that the rat king is currently controlling