forked from External/mage
Added possibility to display any data on card's tooltip
This commit is contained in:
parent
faca6008cb
commit
e759f8a0fc
3 changed files with 27 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue