mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
fix
This commit is contained in:
parent
1adee62789
commit
4931365229
1 changed files with 4 additions and 0 deletions
|
@ -355,6 +355,10 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSecondCardFace(Card card) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isNightCard() {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue