Erwan
- fixed issue 595 (MaxCast not working). Root cause was the stupidest typo ever in the code (maxCost instead of maxCast...) - fixed an issue with Storm mentioned by zethfox (was counting only spells played by current player) - Moved "max lands per turn" rule outside of the code (yay!) Please be sure to update your Rules folder!
This commit is contained in:
@@ -414,6 +414,7 @@ ondu_cleric.txt
|
||||
OneDozenEyes.txt
|
||||
orcish_artillery.txt
|
||||
orcish_lumberjack.txt
|
||||
orims_chant_i595.txt
|
||||
overrun.txt
|
||||
paradise_mantle.txt
|
||||
paralysis.txt
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
#Bug with maxCast, see http://code.google.com/p/wagic/issues/detail?id=595
|
||||
#1. Have at least two or more spells in your hand, include Orim's Chant; and have enough mana in your mana pool for these spells
|
||||
#2. Cast Orim's Chant on yourself
|
||||
#3. Cast other spells in your hand
|
||||
[init]
|
||||
firstmain
|
||||
[player1]
|
||||
manapool:{W}{R}{1}{G}
|
||||
hand:Orim's chant,raging goblin, grizzly bears
|
||||
[player2]
|
||||
[do]
|
||||
Orim's chant
|
||||
p1
|
||||
raging goblin
|
||||
grizzly bears
|
||||
[assert]
|
||||
firstmain
|
||||
[player1]
|
||||
graveyard:Orim's chant
|
||||
hand:raging goblin, grizzly bears
|
||||
manapool:{R}{1}{G}
|
||||
[player2]
|
||||
[end]
|
||||
Reference in New Issue
Block a user