mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Update QuickSliver.java
This commit is contained in:
parent
c7e2e2769c
commit
2a246523ac
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class QuickSliverEffect extends AsThoughEffectImpl<QuickSliverEffect> {
|
|||
public boolean applies(UUID sourceId, Ability source, Game game) {
|
||||
Card card = game.getCard(sourceId);
|
||||
if (card != null) {
|
||||
if (card.getSubtype().contains("Sliver")) {
|
||||
if (card.hasSubtype("Sliver")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue