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

AI can't handle Mari, the Killing Quill #13224

Open
Tharkon opened this issue Jan 13, 2025 · 1 comment
Open

AI can't handle Mari, the Killing Quill #13224

Tharkon opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
AI bug Bugs and errors

Comments

@Tharkon
Copy link

Tharkon commented Jan 13, 2025

Computer player attacked and hit with [[Mari, the Killing Quill]] and then the following error was created.
Defending player did own a card with a hit counter in exile.

Error type: SERVER - game error

Client version: 1.4.55-V3 (build: 2024-12-16 20:14)
Java version: 1.8.0_411
Default charset: UTF-8

Game error occurred:

java.lang.IllegalStateException: Target wasn't handled in computer's choose method: mage.target.TargetCard
Server version: 1.4.55-V3 (build: 2024-12-16 20:14)
Stack trace:
mage.player.ai.ComputerPlayer.choose(ComputerPlayer.java:550)
mage.player.ai.ComputerPlayer.choose(ComputerPlayer.java:130)
mage.target.TargetImpl.choose(TargetImpl.java:334)
mage.abilities.costs.common.RemoveCounterCost.pay(RemoveCounterCost.java:90)
mage.abilities.costs.CostImpl.pay(CostImpl.java:32)
mage.abilities.effects.common.DoIfCostPaid.apply(DoIfCostPaid.java:92)
mage.cards.m.MariTheKillingQuillDealsDamageEffect.apply(MariTheKillingQuill.java:123)
mage.abilities.AbilityImpl.resolveMode(AbilityImpl.java:226)
mage.abilities.AbilityImpl.resolve(AbilityImpl.java:210)
mage.abilities.TriggeredAbilityImpl.resolve(TriggeredAbilityImpl.java:215)
mage.game.stack.StackAbility.resolve(StackAbility.java:85)
mage.game.GameImpl.resolve(GameImpl.java:1810)
mage.game.GameImpl.playPriority(GameImpl.java:1733)
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:1153)
mage.game.GameImpl.play(GameImpl.java:1060)
mage.game.GameImpl.start(GameImpl.java:1036)
mage.server.game.GameWorker.call(GameWorker.java:35)
mage.server.game.GameWorker.call(GameWorker.java:16)
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)

Copy link

Mari, the Killing Quill - (Gatherer) (Scryfall) (EDHREC)

{1}{B}{B}
Legendary Creature — Vampire Assassin
3/2
Whenever a creature an opponent controls dies, exile it with a hit counter on it.
Assassins, Mercenaries, and Rogues you control have deathtouch and "Whenever this creature deals combat damage to a player, you may remove a hit counter from a card that player owns in exile. If you do, draw a card and create two Treasure tokens."

@JayDi85 JayDi85 added bug Bugs and errors AI labels Jan 13, 2025
@jeffwadsworth jeffwadsworth self-assigned this Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI bug Bugs and errors
Projects
None yet
Development

No branches or pull requests

3 participants