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

Temple of power + chandra's emblem cause a game error #11373

Closed
copperfield42 opened this issue Nov 1, 2023 · 3 comments
Closed

Temple of power + chandra's emblem cause a game error #11373

copperfield42 opened this issue Nov 1, 2023 · 3 comments
Assignees
Labels
bug Bugs and errors

Comments

@copperfield42
Copy link

I have [[Ojer Axonil, Deepest Might]] in its back side (Temple of power) and the emblem from [[Chandra, Torch of Defiance]], and when trying to resolve the emblem trigger I got this error:

image

Game exception occurred: 

java.lang.NullPointerException
Server version: 1.4.52-V6-beta3 (build: 2023-10-28 12:54)
Stack trace:
mage.cards.t.TempleOfPowerWatcher.watch(TempleOfPower.java:133)
mage.watchers.Watchers.watch(Watchers.java:34)
mage.game.GameState.handleEvent(GameState.java:884)
mage.game.GameImpl.fireEvent(GameImpl.java:3293)
mage.players.PlayerImpl.doDamage(PlayerImpl.java:2289)
mage.players.PlayerImpl.damage(PlayerImpl.java:2210)
mage.abilities.effects.common.DamageTargetEffect.apply(DamageTargetEffect.java:140)
mage.abilities.AbilityImpl.resolveMode(AbilityImpl.java:201)
mage.abilities.AbilityImpl.resolve(AbilityImpl.java:185)
mage.abilities.TriggeredAbilityImpl.resolve(TriggeredAbilityImpl.java:167)
mage.game.stack.StackAbility.resolve(StackAbility.java:87)
mage.game.GameImpl.resolve(GameImpl.java:1729)
mage.game.GameImpl.playPriority(GameImpl.java:1654)
mage.game.turn.Step.priority(Step.java:66)
mage.game.turn.Phase.playStep(Phase.java:204)
mage.game.turn.Phase.play(Phase.java:90)
mage.game.turn.Turn.play(Turn.java:137)
mage.game.GameImpl.playTurn(GameImpl.java:1110)
mage.game.GameImpl.play(GameImpl.java:1017)
mage.game.GameImpl.start(GameImpl.java:993)
mage.server.game.GameWorker.call(GameWorker.java:34)
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)

image

(I specifically destroy Ojer to reproduce this error that I got in a previous game but forgot to screenshot)

Copy link

github-actions bot commented Nov 1, 2023

Ojer Axonil, Deepest Might // Temple of Power - (Gatherer) (Scryfall) (EDHREC)

{2}{R}{R}
Legendary Creature — God
4/4
Trample
If a red source you control would deal an amount of noncombat damage less than Ojer Axonil's power to an opponent, that source deals damage equal to Ojer Axonil's power instead.
When Ojer Axonil dies, return it to the battlefield tapped and transformed under its owner's control.
🔄
Land
(Transforms from Ojer Axonil, Deepest Might.)
{T}: Add {R}.
{2}{R}, {T}: Transform Temple of Power. Activate only if red sources you controlled dealt 4 or more noncombat damage this turn and only as a sorcery.

Chandra, Torch of Defiance - (Gatherer) (Scryfall) (EDHREC)

{2}{R}{R}
Legendary Planeswalker — Chandra
4
+1: Exile the top card of your library. You may cast that card. If you don't, Chandra, Torch of Defiance deals 2 damage to each opponent.
+1: Add {R}{R}.
−3: Chandra, Torch of Defiance deals 4 damage to target creature.
−7: You get an emblem with "Whenever you cast a spell, this emblem deals 5 damage to any target."

@JayDi85 JayDi85 added the bug Bugs and errors label Nov 1, 2023
@jeffwadsworth
Copy link
Contributor

Just referencing this for myself. #10498

@Susucre Susucre self-assigned this Nov 2, 2023
@Susucre
Copy link
Contributor

Susucre commented Nov 2, 2023

3d8e6b3 solves this.

@Susucre Susucre closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and errors
Projects
None yet
Development

No branches or pull requests

4 participants