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 GitHub
parent ae55204f9f
commit 8784a3e5c7

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