Change default Rat King order from 'Loose' to 'Follow' (#41680)
Update RatKingComponent.cs
This commit is contained in:
parent
cfb0ac862d
commit
bede43b560
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue