[SOI] Fixed to Skulk and Investigate. Some minor tweaks to SOI cards.

This commit is contained in:
LevelX2 2016-02-09 12:37:20 +01:00
parent 2a92f5e77a
commit 60bc03e284
10 changed files with 44 additions and 88 deletions

View file

@ -38,14 +38,14 @@ import mage.players.Player;
/**
*
*
* @author fireshoes
* @author fireshoes
*/
public class DeliriumCondition implements Condition {
private static DeliriumCondition fInstance = new DeliriumCondition();
private final static DeliriumCondition INSTANCE = new DeliriumCondition();
public static Condition getInstance() {
return fInstance;
return INSTANCE;
}
@Override