mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
merge
This commit is contained in:
commit
648464fd2a
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ import mage.filter.common.FilterCreaturePermanent;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author North, Loki
|
||||
*/
|
||||
public class Crusade extends CardImpl<Crusade> {
|
||||
|
||||
|
@ -47,6 +47,7 @@ public class Crusade extends CardImpl<Crusade> {
|
|||
|
||||
static {
|
||||
filter.getColor().setWhite(true);
|
||||
filter.setUseColor(true);
|
||||
}
|
||||
|
||||
public Crusade(UUID ownerId) {
|
||||
|
|
Loading…
Reference in a new issue