mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
Change default Rat King order from 'Loose' to 'Follow' (#41680)
Update RatKingComponent.cs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user