mage icon indicating copy to clipboard operation
mage copied to clipboard

Myrkul, Lord of Bones Interaction

Open KL3ll3ck opened this issue 1 year ago • 4 comments

Game error occurred:

java.lang.IllegalArgumentException: Card side can't be put to battlefield: Gridlock Server version: 1.4.52-V7-beta9 (build: 2024-04-16 23:12) Stack trace: mage.util.CardUtil.getDefaultCardSideForBattlefield(CardUtil.java:1173) mage.cards.m.MyrkulLordOfBonesEffect.apply(MyrkulLordOfBones.java:105) mage.abilities.AbilityImpl.resolveMode(AbilityImpl.java:193) mage.abilities.AbilityImpl.resolve(AbilityImpl.java:177) mage.abilities.TriggeredAbilityImpl.resolve(TriggeredAbilityImpl.java:172) mage.game.stack.StackAbility.resolve(StackAbility.java:84) mage.game.GameImpl.resolve(GameImpl.java:1766) mage.game.GameImpl.playPriority(GameImpl.java:1689) mage.game.turn.Step.priority(Step.java:67) mage.game.turn.CombatDamageStep.priority(CombatDamageStep.java:37) mage.game.turn.Phase.playStep(Phase.java:205) mage.game.turn.Phase.play(Phase.java:91) mage.game.turn.Turn.play(Turn.java:137) mage.game.GameImpl.playTurn(GameImpl.java:1131) mage.game.GameImpl.play(GameImpl.java:1038) mage.game.GameImpl.start(GameImpl.java:1014) mage.server.game.GameWorker.call(GameWorker.java:34) mage.server.game.GameWorker.call(GameWorker.java:15) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748)

KL3ll3ck avatar Apr 17 '24 14:04 KL3ll3ck

Very strange bug: [[MyrkulLordOfBones]] somehow see an instant card [[Gridlock]] by creature filter

JayDi85 avatar Apr 17 '24 15:04 JayDi85

Myrkul, Lord of Bones - (Gatherer) (Scryfall) (EDHREC)

{4}{W}{B}{G} Legendary Creature — God 7/5 As long as your life total is less than or equal to half your starting life total, Myrkul, Lord of Bones has indestructible. Whenever another nontoken creature you control dies, you may exile it. If you do, create a token that's a copy of that card, except it's an enchantment and loses all other card types.

Gridlock - (Gatherer) (Scryfall) (EDHREC)

{X}{U} Instant Tap X target nonland permanents.

github-actions[bot] avatar Apr 17 '24 15:04 github-actions[bot]

Are you play Gridlock as face down?

JayDi85 avatar Apr 17 '24 15:04 JayDi85

Relevant rules passage:

111.5. If a spell or ability would create a token, but a rule or effect states that a permanent with one or more of that token’s characteristics can’t enter the battlefield, the token is not created. Similarly, if an effect would create a token that is a copy of an instant or sorcery card, no token is created.

So Myrkhul should trigger, but the effect should do nothing. On line 105 of the effect, it does assert that the card should be a PermanentCard.

alexander-novo avatar Apr 17 '24 15:04 alexander-novo