diff --git a/projects/mtg/src/GuiPlay.cpp b/projects/mtg/src/GuiPlay.cpp index 8f14971c7..2a2f9da39 100644 --- a/projects/mtg/src/GuiPlay.cpp +++ b/projects/mtg/src/GuiPlay.cpp @@ -293,7 +293,7 @@ void GuiPlay::Render() else opponentCreatures.Render(*it, cards.begin(), end_spells); } - else if(!(*it)->card->hasSubtype("Planeswalker")) + else if(!(*it)->card->hasType("Planeswalker")) { if (!(*it)->card->target) {