* Angelsong fix

This commit is contained in:
jendave
2011-08-06 04:31:56 +00:00
parent e48e1f26ee
commit 671b0bd7f9

View File

@@ -16867,7 +16867,7 @@ public class CardFactory implements NewConstants {
return false; return false;
} }
}; };
if (card.getName().equals("Lull")) { if (card.getName().equals("Lull") || card.getName().equals("Angelsong")) {
spell.setDescription("Prevent all combat damage that would be dealt this turn."); spell.setDescription("Prevent all combat damage that would be dealt this turn.");
spell.setStackDescription(card.getName() + " - Prevent all combat damage that would be dealt this turn."); spell.setStackDescription(card.getName() + " - Prevent all combat damage that would be dealt this turn.");
} }