mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- 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:
@@ -58,7 +58,7 @@ public class WaveFile extends RiffFile
|
||||
}
|
||||
|
||||
|
||||
class WaveFormat_Chunk
|
||||
static class WaveFormat_Chunk
|
||||
{
|
||||
public RiffChunkHeader header;
|
||||
public WaveFormat_ChunkData data;
|
||||
|
||||
Reference in New Issue
Block a user