mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed trigger description of Afflict.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user