Update ConditionFlag (#2338)

This commit is contained in:
Haselnussbomber 2025-08-05 00:52:27 +02:00 committed by GitHub
parent d28a164d8c
commit 9ad0d86463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,9 @@ public enum ConditionFlag
/// <summary>
/// Unable to execute command while mounted.
/// </summary>
Mounted2 = 10,
RidingPillion = 10,
[Obsolete("Renamed to RidingPillion", true)] Mounted2 = 10,
/// <summary>
/// Unable to execute command while in that position.
@ -425,7 +427,9 @@ public enum ConditionFlag
/// <summary>
/// Unable to execute command in this state.
/// </summary>
InThisState88 = 88,
MountImmobile = 88,
[Obsolete("Renamed to MountImmobile", true)] InThisState88 = 88,
/// <summary>
/// Unable to execute command in this state.