mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Retired the keyword "When CARDNAME enters the battlefield, return a land you control to its owner's hand.".
This commit is contained in:
@@ -812,7 +812,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}
|
||||
|
||||
|
||||
/* Converteded to AF Trigger
|
||||
if (hasKeyword(card, "When CARDNAME enters the battlefield, return a land you control to its owner's hand.") != -1)
|
||||
{
|
||||
int n = hasKeyword(card, "When CARDNAME enters the battlefield, return a land you control to its owner's hand.");
|
||||
@@ -846,6 +846,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (hasKeyword(card, "Multikicker") != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user