- Converted these cards to AF_LoseLife: Absorb Vis, Brush With Death, Death of a Thousand Stings, Exotic Disease, Last Caress, Morsel Theft, Soul Feast and Stronghold Discipline.

- Commented out the now unused code block for the spLoseLife keyword.
This commit is contained in:
jendave
2011-08-06 13:05:08 +00:00
parent 1939db4326
commit 81df41de1f
9 changed files with 21 additions and 19 deletions

View File

@@ -4491,6 +4491,7 @@ public class CardFactory implements NewConstants {
}//spDrawCards
*/
/* Cards converted to AF_SP$LoseLife
if (hasKeyword(card, "spLoseLife") != -1)
{
int n = hasKeyword(card, "spLoseLife");
@@ -4635,7 +4636,7 @@ public class CardFactory implements NewConstants {
}
}
}//spLoseLife
*/
/* Cards converted to AF_AB$LoseLife
if (hasKeyword(card, "abLoseLife") != -1)