- Added TriggerDescription to Extort.

This commit is contained in:
Sloth
2013-01-04 22:17:43 +00:00
parent 5b53130f26
commit dd2127aaba

View File

@@ -4238,9 +4238,9 @@ public class CardFactoryUtil {
if (card.hasKeyword("Extort")) {
final String extortTrigger = "Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | "
+ "TriggerZones$ Battlefield | Execute$ ExtortOpps";
//" | TriggerDescription$ Extort (Whenever you cast a spell, you may pay WB. If you do, "
//+ "each opponent loses 1 life and you gain that much life.)";
+ "TriggerZones$ Battlefield | Execute$ ExtortOpps | Secondary$ True"
+ " | TriggerDescription$ Extort (Whenever you cast a spell, you may pay WB. If you do, "
+ "each opponent loses 1 life and you gain that much life.)";
final String abString = "AB$ LoseLife | Cost$ WB | Defined$ Player.Opponent | "
+ "LifeAmount$ 1 | SubAbility$ DBGainLife";
final String dbString = "DB$ GainLife | Defined$ You | LifeAmount$ AFLifeLost";