-
Notifications
You must be signed in to change notification settings - Fork 867
Allow commander to be any creature if not enforcing deck conformity#9916
Allow commander to be any creature if not enforcing deck conformity#9916Jetz72 merged 2 commits intoCard-Forge:masterfrom
Conversation
Deactivating deck conformity check did not have any effect on the available commanders.
This change allows any creature to be set as commander.
|
Huh. Guess I added this option for partner commanders but not for the main one? Seems valid to me. |
|
Thanks for the feedback. Are there any tests that I should add? I didn't check if the issue also exists on the desktop app. |
Jetz72
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback. Are there any tests that I should add?
Nah. We don't usually maintain tests for things as nuanced as this.
I didn't check if the issue also exists on the desktop app.
Probably does. Though there's some other disparity between the editors here anyway. The mobile UI separates the conformity toggle in the deck validator (i.e. when you're starting the match) from the conformity toggle in the deck editor. Disabling the editor conformity toggle is meant to remove all the guardrails for deck-building, even the ones many players would want to adhere to anyway (e.g. it'll start asking you how many copies of cards you want in a deck designed for a singleton format).