Azurami / wagic

Automatically exported from code.google.com/p/wagic
Other
0 stars 0 forks source link

marble titan erroneously prevents untap of creature #947

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. play marble titan 
(http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=84533):
"Creatures with power 3 or greater don't untap during their controllers' untap 
steps."
2. increase power (and toughness) of a creature with power less than 3 to 3 or 
more until end of turn
3. tap the creature

What is the expected output? What do you see instead?
When the creature's power is reduced to less than 3 at the end of turn the 
creature should untap during the next untap step.
Instead the creature remains tapped.
Even destroying the marble titan does not allow the creature to untap.

After destroying the marble titan other creature are not affected anymore but 
the tapped creature remains tapped.

What version of the product are you using? On what operating system?
Version 0.18.6 on Android 4.1.1

Please provide any additional information below.

A meekstone artifact 
(http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=11398) was 
also in play but I'm fairly confident this problem didn't arise until after the 
marble titan was played.

Original issue reported on code.google.com by mertensb...@gmail.com on 2 Apr 2013 at 6:07

GoogleCodeExporter commented 9 years ago
I can confirm this issue is valid. Sample test below for replicating the issue.

#Testing Marble Titan.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Raging Goblin
hand:Marble Titan,Giant Growth
manapool:{W}{G}{G}{G}{G}
[PLAYER2]
[DO]
Marble Titan
Giant Growth
Raging Goblin
next
next
Raging Goblin
eot
next
next
next
#your next turn, attack with raging goblin again.
next
next
Raging Goblin
eot
next
next
next
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:*,*
graveyard:*
life:20
[PLAYER2]
life:15
[END]

Original comment by anthonyc...@gmail.com on 3 Apr 2013 at 5:09

GoogleCodeExporter commented 9 years ago
Thanks for confirming this, I wanted to prepare a similar test case but since 
this is only possible on Windows I was unable to.

Original comment by mertensb...@gmail.com on 3 Apr 2013 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by pank...@gmail.com on 28 Sep 2013 at 12:00