mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user