Skip to content

Commit

Permalink
included spells and spellcards as issues have been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jul 23, 2015
1 parent 7435b37 commit a159010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extra-resources/mods/Cyborg-Chronicles/Game.groovy
Expand Up @@ -64,7 +64,7 @@ include 'creatures'
include 'enchantment'
include 'scrap'
include 'noAttack'
// include 'spells' // Bug #324
include 'spells' // Bug #324

onCard('creature') {entity, args ->
// give all creatures taunt by default
Expand All @@ -89,7 +89,7 @@ config {
cardset 'mechs'
cardset 'bios'
cardset 'enchantments'
// cardset 'spellcards' // Issue #324
cardset 'spellcards' // Issue #324
}
}

Expand Down
2 changes: 1 addition & 1 deletion extra-resources/mods/Cyborg-Chronicles/spellcards.groovy
Expand Up @@ -3,7 +3,7 @@ card('E.M.P.') {
manaCost 8
// damage 2 to up to 10 Mechs on the Battlefield
spell {
targets 1 to 10 {
targets 1 to 10 cards {
creatureType "Mech"
zone "Battlefield"
}
Expand Down

0 comments on commit a159010

Please sign in to comment.