Cycle cards
Thanks to Dennis I finally got Akroma's Vengeance working. I had to look at the code for Hush ... this gave me the hint that I needed ... I also had to enter an additional line
"spell.setDescription("Destroy all artifacts, creatures, and enchantments.");"
Add this to cards.txt:
This replaces the Jokulhaups code section in CardFactory.java:
EDIT:
This older code was missing the stack description, please see the corrected version of the code in the next message.
.
This is the jpg url for Akroma's Vengeance:
.
"spell.setDescription("Destroy all artifacts, creatures, and enchantments.");"
Add this to cards.txt:
- Code: Select all
Akroma's Vengeance
4 W W
Sorcery
no text
This replaces the Jokulhaups code section in CardFactory.java:
EDIT:
This older code was missing the stack description, please see the corrected version of the code in the next message.
.
This is the jpg url for Akroma's Vengeance:
.