Skip to content
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

UX Enhancement: Automatically order self-contained replacement effects #6676

Closed
12 tasks
Zerrisx opened this issue Jun 19, 2020 · 1 comment
Closed
12 tasks
Assignees

Comments

@Zerrisx
Copy link

Zerrisx commented Jun 19, 2020

The cards listed below will always trigger two replacement effects simultaneously. These replacement effects can never (as far as I know) be dependent on each other, so the order is irrelevant, but it still results in the player having to deal with the ugly / annoying replacement effects dialogue box every time they cast them.

image

For these cards (and any future cards with ETB tapped and an as-enters effect), if their self-contained replacement effects are the only ones that are applying, we should order them automatically without player input.

Notably, the Vivid lands and Sphere of the Suns already do this properly, so you could check their code to see how it's done.

  • Arixmethes, Slumbering Isle

  • Coldsteel Heart

  • Hickory Woodlot

  • Peat Bog

  • Remote Farm

  • Sandstone Needle

  • Saprazzan Skerry

  • Thriving Bluff

  • Thriving Grove

  • Thriving Heath

  • Thriving Isle

  • Thriving Moor

@Zerrisx Zerrisx changed the title UX Enhancement: Automatically resolve permanents with two self-contained replacement effects UX Enhancement: Automatically order self-contained replacement effects Jun 19, 2020
@JayDi85 JayDi85 self-assigned this Aug 9, 2021
JayDi85 added a commit that referenced this issue Aug 9, 2021
…dialog + reset answer in popup menu + new option in preferences; #4360, #328, #4219, #6676, #7914);
@JayDi85
Copy link
Member

JayDi85 commented Aug 9, 2021

Implemented in c9ab896.

Use "remember answer" checkbox in choose replacement effect dialog to save it.
shot_210809_111035

Two remember modes possible:

  • remember different answers for each object (object + text - you can save different answers for different objects);
  • remember for same objects (text - you can save one answer for all objects with same name).

Remember modes can be changed in Preferences dialog. If you call it by "step button" then it will be applied immediately in the game (as all other priority settings, etc):
shot_210809_111159

All replacement answers can be reset by battlefield menu (right click on your battlefield to see popup menu).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants