- Fixed trigger description of Afflict.

This commit is contained in:
Agetian
2017-06-27 10:45:01 +00:00
parent 09ac6f6d11
commit 39267c0a9a

View File

@@ -2464,7 +2464,7 @@ public class CardFactoryUtil {
final String trigStr = "Mode$ AttackerBlocked | ValidCard$ Card.Self | TriggerZones$ Battlefield " +
" | ValidBlocker$ Creature | Execute$ AfflictLoseLife | Secondary$ True " +
" | TriggerDescription$ Rampage " + n + " (" + Keyword.getInstance(keyword).getReminderText() + ")";
" | TriggerDescription$ Afflict " + n + " (" + Keyword.getInstance(keyword).getReminderText() + ")";
final String abStringAfflict = "DB$ Loselife | Defined$ TriggeredDefendingPlayer" +
" | LifeAmount$ " + n;