- Small change to the warning above the etbLoseLife keyword.

This commit is contained in:
jendave
2011-08-06 18:47:42 +00:00
parent 70f7233e24
commit 7e20350264

View File

@@ -2711,9 +2711,12 @@ public class CardFactory implements NewConstants {
}
} // etbDestoryTgt
*/
/////////////////////////////////////////////////////////////////////////////
// NOTE: This cannot currently be converted to triggers because of this line:
// card.getSpellPermanent().setLoseLifeAmount(num);
//
// Generic enters the battlefield lose life
// there is also code in Spell_Permanent canPlayAI to handle that part
if (hasKeyword(card, "etbLoseLife") != -1) {