mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Tribal to Kindred update (#5186)
This commit is contained in:
committed by
GitHub
parent
d1170fbee6
commit
0c936170fc
@@ -5449,7 +5449,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
public final boolean isBasicLand() { return getType().isBasicLand(); }
|
||||
public final boolean isSnow() { return getType().isSnow(); }
|
||||
|
||||
public final boolean isTribal() { return getType().isTribal(); }
|
||||
public final boolean isKindred() { return getType().isKindred(); }
|
||||
public final boolean isSorcery() { return getType().isSorcery(); }
|
||||
public final boolean isInstant() { return getType().isInstant(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user