From 8c2c0ae8de9d9d6c47e705a38b7b53db3bd8fbab Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Tue, 10 May 2011 14:34:49 +0000 Subject: [PATCH] made it an else transformer removetypes...reason, you are either removing the types, removing all types, or adding a type...not ever doing them all in a single transforms. --- projects/mtg/src/AllAbilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/AllAbilities.cpp b/projects/mtg/src/AllAbilities.cpp index 4d288685f..089f109b3 100644 --- a/projects/mtg/src/AllAbilities.cpp +++ b/projects/mtg/src/AllAbilities.cpp @@ -2496,7 +2496,7 @@ int ATransformer::addToGame() for (int i = 0; i < Subtypes::LAST_TYPE; ++ i) _target->removeType(i,1); } - if (remove) + else if (remove) { for (it = oldtypes.begin(); it != oldtypes.end(); it++) {