mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Small change to the warning above the etbLoseLife keyword.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user