CardRules: need to reset MeldWith

This commit is contained in:
Hanmac
2017-07-05 18:31:25 +00:00
parent fdbfdfad14
commit 4d452c40ec

View File

@@ -277,6 +277,7 @@ public final class CardRules implements ICardCharacteristics {
this.needs = null; this.needs = null;
this.hints = null; this.hints = null;
this.has = null; this.has = null;
this.meldWith = "";
} }
/** /**