TrackableProperty: Fixed Commander Type

This commit is contained in:
Hanmac
2016-10-27 08:22:42 +00:00
parent a1aee4056f
commit 3989e8a89f

View File

@@ -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),