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