Change default Rat King order from 'Loose' to 'Follow' (#41680)

Update RatKingComponent.cs
This commit is contained in:
imatsoup 2025-12-03 03:25:03 +00:00 committed by BarryNorfolk
parent cfb0ac862d
commit bede43b560
1 changed files with 1 additions and 1 deletions

View 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