- Added Nettlevine Blight [Lorwyn]

This commit is contained in:
Jeff 2017-07-11 12:12:55 -05:00
parent ee07a6ebc5
commit 95246e4da6
2 changed files with 148 additions and 1 deletions

View file

@ -149,7 +149,7 @@ public class BeginningOfEndStepTriggeredAbility extends TriggeredAbilityImpl {
case ANY:
return sb.insert(0, generateConditionString()).insert(0, abilityWordRule + "At the beginning of each end step, ").toString();
case CONTROLLER_ATTACHED_TO:
return sb.insert(0, generateConditionString()).insert(0, abilityWordRule + "At the beginning of the end step of enchanted creature's controller, ").toString();
return sb.insert(0, generateConditionString()).insert(0, abilityWordRule + "At the beginning of the end step of enchanted permanent's controller, ").toString();
}
return "";
}