- 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:
wagic.the.homebrew@gmail.com
2011-02-15 14:17:34 +00:00
parent fa18c60a44
commit 8dd6856453
13 changed files with 260 additions and 108 deletions
+2 -1
View File
@@ -4,4 +4,5 @@ mode=mtg
life:20
auto=shuffle
auto=draw:7
auto=@each my draw:draw:1
auto=@each my draw:draw:1
auto=maxPlay(land)1
+2 -1
View File
@@ -3,4 +3,5 @@
mode=mtg
[PLAYERS]
life:20
auto=@each my draw:draw:1
auto=@each my draw:draw:1
auto=maxPlay(land)1