Page 465 of 491

Re: Bug Reports (snapshot builds)

PostPosted: 01 Feb 2019, 19:15
by AStrangerIsHere
:1.6.20-SNAPSHOT-r490-6fe6d6ecfd

Pestilent Spirit doesn't give deathtouch to the sorceries/instants.

Skarrgan Hellkite doesn't have flying.

Unbreakable Formation doesn't give any counter when cast on the player's turn.

Cry of the Carnarium doesn't exile any creature cards the turn it is cast.

Theater of Horrors doesn't exile any cards at the beginning of the upkeep.

The Locust God doesn't return to the hand at the end of the turn when it dies. I think the problem comes from how the card is written: RememberObjects$ Self. I looked at the other god cards, and RememberObjects$ TriggeredCard is used.

It's impossible to cast the cards exiled with Hostage Taker, Dire Fleet Daredevil, Thief of Sanity and Nightveil Specter.

There's one wrong card in the Contamination challenge deck in the Urza's World, Despondency. I looked at the deck list and the problem comes from the extension choosen: it should be Despondency|USG, and not Despondency|ULG.

Re: Bug Reports (snapshot builds)

PostPosted: 01 Feb 2019, 22:15
by Kiryu666
forge-1.6.20-SNAPSHOT-r497-4ae1547384

Fix Jhoira (no work,no resolve) in Mojhosto [-o<

Re: Bug Reports (snapshot builds)

PostPosted: 03 Feb 2019, 19:19
by unowen
The Rack is not dealing any damage.

Android 1.6.20.001

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2019, 07:50
by stormcat
:1.6.21-SNAPSHOT-r36-4b00795f3d
Swirling Torrent has wrong spell description.
Code: Select all
| SpellDescription$ Put target attacking or blocking creature on top of its owner's library.
This is not text of Swirling Torrent.
And when I cast this, the correct options does not come out.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2019, 10:55
by stormcat
:1.6.21-SNAPSHOT-r36-4b00795f3d
When I activate ability of Spear Spewer, it deals damage itself not each player.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2019, 21:42
by higggs
Kaya, Orzhov Usurper give life whenever we use her +1 ability, instead of only when we exile creatures from graveyard. Also her -5 doesn't deal any damages, even with cards in exile.

Re: Bug Reports (snapshot builds)

PostPosted: 05 Feb 2019, 02:05
by stormcat
:1.6.21-SNAPSHOT-r38-cb494280a9
When AI cast Angel of Grace, frozen.
forge's log is here.

Code: Select all
Game-0 > java.lang.NullPointerException
   at forge.game.replacement.ReplacementType.smartValueOf(ReplacementType.java:37)
   at forge.game.replacement.ReplacementHandler.parseReplacement(ReplacementHandler.java:298)
   at forge.game.replacement.ReplacementHandler.parseReplacement(ReplacementHandler.java:283)
   at forge.game.ability.effects.EffectEffect.resolve(EffectEffect.java:167)
   at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:111)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1367)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1335)
   at forge.ai.ComputerUtil.playNoStack(ComputerUtil.java:298)
   at forge.ai.PlayerControllerAi.playSpellAbilityNoStack(PlayerControllerAi.java:488)
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:488)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1367)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1335)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:528)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1053)
   at forge.game.GameAction.startGame(GameAction.java:1615)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 05 Feb 2019, 05:16
by stormcat
1.6.21-SNAPSHOT-r38-cb494280a9
RNA has been applied with standard, but others are not changed yet.(ex. modern, brawl...)
and then, G18 and GS1 is legal in standard(and brawl).

Re: Bug Reports (snapshot builds)

PostPosted: 05 Feb 2019, 05:40
by stormcat
stormcat wrote:1.6.21-SNAPSHOT-r38-cb494280a9
RNA has been applied with standard, but others are not changed yet.(ex. modern, brawl...)
and then, G18 and GS1 is legal in standard(and brawl).
Oh sorry, GS1 is only legal in China.

Re: Bug Reports (snapshot builds)

PostPosted: 05 Feb 2019, 22:26
by stormcat
It seems to update Arrester's Zeal, but reported problem is not resolved.
I think it should be add this.
Code: Select all
| KW$ Flying |

Re: Bug Reports (snapshot builds)

PostPosted: 06 Feb 2019, 18:31
by tjtillman
AStrangerIsHere wrote::1.6.20-SNAPSHOT-r490-6fe6d6ecfd

Pestilent Spirit doesn't give deathtouch to the sorceries/instants.
Have a fix that should be merged soon

Skarrgan Hellkite doesn't have flying.
This should be fixed in the latest snapshots

Unbreakable Formation doesn't give any counter when cast on the player's turn.
This should be fixed in the latest snapshots


Cry of the Carnarium doesn't exile any creature cards the turn it is cast.
This should be fixed in the latest snapshots


Theater of Horrors doesn't exile any cards at the beginning of the upkeep.
This should be fixed in the latest snapshots

The Locust God doesn't return to the hand at the end of the turn when it dies. I think the problem comes from how the card is written: RememberObjects$ Self. I looked at the other god cards, and RememberObjects$ TriggeredCard is used.
This should be fixed in the latest snapshots

It's impossible to cast the cards exiled with Hostage Taker, Dire Fleet Daredevil, Thief of Sanity and Nightveil Specter.
Will take a look at this
This is already being looked at by people smarter than me

There's one wrong card in the Contamination challenge deck in the Urza's World, Despondency. I looked at the deck list and the problem comes from the extension choosen: it should be Despondency|USG, and not Despondency|ULG.
Just fixed this, should show up in future builds soon, thanks!

Re: Bug Reports (snapshot builds)

PostPosted: 06 Feb 2019, 18:35
by tjtillman
stormcat wrote::1.6.21-SNAPSHOT-r36-4b00795f3d
When I activate ability of Spear Spewer, it deals damage itself not each player.
Fix submitted for this, should work its way into the builds soon

Re: Bug Reports (snapshot builds)

PostPosted: 06 Feb 2019, 18:39
by tjtillman
stormcat wrote::1.6.21-SNAPSHOT-r36-4b00795f3d
Swirling Torrent has wrong spell description.
Code: Select all
| SpellDescription$ Put target attacking or blocking creature on top of its owner's library.
This is not text of Swirling Torrent.
And when I cast this, the correct options does not come out.
Just submitted a fix for this

Re: Bug Reports (snapshot builds)

PostPosted: 06 Feb 2019, 20:30
by tjtillman
higggs wrote:Kaya, Orzhov Usurper give life whenever we use her +1 ability, instead of only when we exile creatures from graveyard. Also her -5 doesn't deal any damages, even with cards in exile.
Just submitted a fix for this one

Re: Bug Reports (snapshot builds)

PostPosted: 08 Feb 2019, 07:27
by stormcat
:forge-1.6.21-SNAPSHOT-r102-189514f37c
When AI controlled Lavinia, Azorius Renegade, I couldn't play any noncreature spells in spite of I have enough lands.