mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Dakmor Ghoul CIP text.
- Added Chronatog, Kismet, Frozen AEther, Loxodon Gatekeeper, Gush.
- Removed warnings (mostly just by adding a @SuppressWarnings("unused"); ) from the JLayer libs.
- Removed some old commented out code of cards that have been replaced by keywords.
- Boreal Centaur and Knight of the Skyward Eye abilities can only be used once per turn now.
This commit is contained in:
@@ -46,6 +46,7 @@ public class jlc
|
||||
static public void main(String args[])
|
||||
{
|
||||
String[] argv;
|
||||
@SuppressWarnings("unused")
|
||||
long start = System.currentTimeMillis();
|
||||
int argc = args.length + 1;
|
||||
argv = new String[argc];
|
||||
@@ -118,6 +119,7 @@ public class jlc
|
||||
public boolean processArgs(String[] argv)
|
||||
{
|
||||
filename = null;
|
||||
@SuppressWarnings("unused")
|
||||
Crc16[] crc;
|
||||
crc = new Crc16[1];
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user