- Fixed Water Elemental HQ pic link.

- Converted all token creation code in CardFactory_Lands.java and CardFactory_Planeswalker.java, and half of CardFactory_Creatures.java.
- Creatures that have "This creature attacks each turn if able" won't be forced to attack until the planeswalker attack phase (if one is in play on the AI's side). 
- Added Doubling Season (won't work yet for all cases, still have to convert all token creation code).
This commit is contained in:
jendave
2011-08-06 03:18:27 +00:00
parent 8ba0150404
commit c051e92c27
14 changed files with 149 additions and 986 deletions

View File

@@ -58,7 +58,7 @@ public class WaveFile extends RiffFile
}
class WaveFormat_Chunk
static class WaveFormat_Chunk
{
public RiffChunkHeader header;
public WaveFormat_ChunkData data;