- Removing SVar:Rarity:Rare

This commit is contained in:
Agetian
2018-09-26 13:21:46 +03:00
parent d273a35305
commit 0e398d2589
4 changed files with 0 additions and 5 deletions

View File

@@ -453,8 +453,6 @@ public final class CardRules implements ICardCharacteristics {
this.removedFromRandomDecks = "True".equalsIgnoreCase(value);
} else if ( "Picture".equals(variable) ) {
this.pictureUrl[this.curFace] = value;
} else if ( "Rarity".equals(variable) ) {
// discard that, they should supply it in SetInfo
} else
this.faces[curFace].addSVar(variable, value);
} else if ("SetInfo".equals(key)) {