mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Update Condition/ConditionFlag
This commit is contained in:
parent
f142fb1058
commit
19660a20d9
2 changed files with 14 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ internal sealed class Condition : IInternalDisposableService, ICondition
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current max number of conditions. You can get this just by looking at the condition sheet and how many rows it has.
|
/// Gets the current max number of conditions. You can get this just by looking at the condition sheet and how many rows it has.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal const int MaxConditionEntries = 104;
|
internal const int MaxConditionEntries = 112;
|
||||||
|
|
||||||
[ServiceManager.ServiceDependency]
|
[ServiceManager.ServiceDependency]
|
||||||
private readonly Framework framework = Service<Framework>.Get();
|
private readonly Framework framework = Service<Framework>.Get();
|
||||||
|
|
|
||||||
|
|
@ -520,4 +520,17 @@ public enum ConditionFlag
|
||||||
PilotingMech = 102,
|
PilotingMech = 102,
|
||||||
|
|
||||||
// Unknown103 = 103,
|
// Unknown103 = 103,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Unable to execute command while editing a strategy board.
|
||||||
|
/// </summary>
|
||||||
|
EditingStrategyBoard = 104,
|
||||||
|
|
||||||
|
// Unknown105 = 105,
|
||||||
|
// Unknown106 = 106,
|
||||||
|
// Unknown107 = 107,
|
||||||
|
// Unknown108 = 108,
|
||||||
|
// Unknown109 = 109,
|
||||||
|
// Unknown110 = 110,
|
||||||
|
// Unknown111 = 111,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue