Added possibility to display any data on card's tooltip

This commit is contained in:
magenoxx 2012-06-12 12:55:15 +04:00
parent faca6008cb
commit e759f8a0fc
3 changed files with 27 additions and 4 deletions

View file

@ -442,6 +442,11 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
return card.getZoneChangeCounter();
}
@Override
public void addInfo(String key, String value) {
// do nothing
}
public void setCopiedSpell(boolean isCopied) {
this.copiedSpell = isCopied;
}