mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
TrackableProperty: Fixed Commander Type
This commit is contained in:
@@ -97,7 +97,7 @@ public enum TrackableProperty {
|
||||
HasUnlimitedHandSize(TrackableTypes.BooleanType),
|
||||
NumDrawnThisTurn(TrackableTypes.IntegerType),
|
||||
Keywords(TrackableTypes.KeywordCollectionViewType, false),
|
||||
Commander(TrackableTypes.CardViewType),
|
||||
Commander(TrackableTypes.CardViewCollectionType, false),
|
||||
CommanderDamage(TrackableTypes.IntegerMapType),
|
||||
MindSlaveMaster(TrackableTypes.PlayerViewType),
|
||||
Ante(TrackableTypes.CardViewCollectionType, false),
|
||||
|
||||
Reference in New Issue
Block a user