From 104a626b3b5816945c486e3d51878964ed910c41 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Mon, 7 Feb 2011 17:12:12 +0000 Subject: [PATCH] excluding these types from allsubtype transforms subability. --- projects/mtg/src/AllAbilities.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/mtg/src/AllAbilities.cpp b/projects/mtg/src/AllAbilities.cpp index eac614090..218ab8fe4 100644 --- a/projects/mtg/src/AllAbilities.cpp +++ b/projects/mtg/src/AllAbilities.cpp @@ -2231,8 +2231,7 @@ ATransformer::ATransformer(int id, MTGCardInstance * source, MTGCardInstance * t if (s == "Nothing" || s == "Swamp" || s == "Plains" || s == "Mountain" || s == "Forest" || s == "Island" || s == "Shrine" || s == "Basic" || s == "Colony" || s == "Desert" || s == "Dismiss" || s == "Equipment" || s == "Everglades" || s == "Grasslands" || s == "Lair" - || s == "Level" || s == "Levelup" || s == "Mine" || s == "Oasis" || s == "World" || s == "Aura" - ) + || s == "Level" || s == "Levelup" || s == "Mine" || s == "Oasis" || s == "World" || s == "Aura" || s == "Land"|| s == "Legendary" || s == "Token" || s == "Planeswalker") {//dont add "nothing" or land type to this card. } else