mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +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:
@@ -37,6 +37,8 @@ import javazoom.jl.decoder.JavaLayerException;
|
||||
*/
|
||||
public class PlayerApplet extends Applet implements Runnable
|
||||
{
|
||||
private static final long serialVersionUID = 713230088845043034L;
|
||||
|
||||
static public final String AUDIO_PARAMETER = "audioURL";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user