magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.83k stars 751 forks source link

Tiller Engine untaps all lands that enter together #11706

Open PurpleCrowbar opened 7 months ago

PurpleCrowbar commented 7 months ago

When multiple lands enter the battlefield tapped together (e.g. due to the effect of [[Reshape the Earth]]) [[Tiller Engine]] correctly triggers for each of the relevant lands, however any selection of the "untap that land" option will untap all lands that entered the battlefield this way, when it should only specifically affect the land that triggered the ability.

github-actions[bot] commented 7 months ago

Reshape the Earth - (Gatherer) (Scryfall) (EDHREC)

{6}{G}{G}{G} Sorcery Search your library for up to ten land cards, put them onto the battlefield tapped, then shuffle.

Tiller Engine - (Gatherer) (Scryfall) (EDHREC)

{2} Artifact Creature — Construct 1/3 Whenever a land enters the battlefield tapped and under your control, choose one — • Untap that land. • Tap target nonland permanent an opponent controls.

xenohedron commented 6 months ago

curious whether this worked before I fixed #11423, might need more investigation