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>
|
/// </summary>
|
||||||
[DataField("currentOrders"), ViewVariables(VVAccess.ReadWrite)]
|
[DataField("currentOrders"), ViewVariables(VVAccess.ReadWrite)]
|
||||||
[AutoNetworkedField]
|
[AutoNetworkedField]
|
||||||
public RatKingOrderType CurrentOrder = RatKingOrderType.Loose;
|
public RatKingOrderType CurrentOrder = RatKingOrderType.Follow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The servants that the rat king is currently controlling
|
/// The servants that the rat king is currently controlling
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue