mirror of
https://github.com/correl/mage.git
synced 2025-04-10 09:11:04 -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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setSecondCardFace(Card card) {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isNightCard() {
|
public boolean isNightCard() {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue