mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
* Angelsong fix
This commit is contained in:
@@ -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.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user