-
Notifications
You must be signed in to change notification settings - Fork 16
Remove x=0 values #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove x=0 values #101
Conversation
|
Cockatrice used to give a zero option, why did it change? |
|
Honestly, I can not tell if it used to be different. Maybe @ebbit1q has a clue? |
making 0 tokens is the same as doing nothing, it doesn't makes sense to allow people to choose x=0 so we intentionally set the dialog to have a range 1-99 also testing scute swarm, why does it have two entries? |
👍 Removed the non-x entry for Scute Swarm. The vast majority will be x=1 though. |
|
The reason I used The extra entry for Scute Swarm is intentional. 99% of the time, the player is only putting one land onto the battlefield at a time, but there are effects that will put multiple lands into play at once. This means that the default "All Tokens" keyboard shortcut creates one insect, but the player can use the context menu if Whether that's a useful 'feature', well, I haven't questioned the player base to find out. There are many examples of extra entries in the file and a pull request should only be addressing one issue, so please remove the line deletion. If it's going to change, then all of them must change. |
|
Got your point. 👍 Ours was that the single
Note that if they have 6 or more lands, they create no more Insect tokens, but tokens that are copies of Scute Swarm itself. So the token creation doesn't help here at all, they need to use the copy feature anyway.
👌 |
This reverts commit 58a1053.
|
Sorry, I was sure I'd made a mistake after I wrote that. I meant to say they can use the context menu if an effect brought several lands into play at once. However I agree that's a bit unnecessary for Scute Swarm most of the time, as there's unlikely to be many effects that do that before there are six lands on that player's side of the battlefield. |
|
I updated the pr but it's still saying it has conflicts |
|
making an empty commit fixed it... |
It looks like Cockatrice always preselects a value of "1" in the
Create x tokensdialog, even if "x=0" is set in the token file.This PR removes all 7 occurrences of
<reverse-related count="x=0">.