Skip to content

Commit

Permalink
Fix wrong target for Cleave card
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Sep 17, 2022
1 parent 1309710 commit 5a5cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/content/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default [
type: 'attack',
energy: 1,
damage: 8,
target: 'all enemies',
target: 'allEnemies',
description: 'Deal 8 damage to all enemies.',
image: 'vernal-equinox.jpg',
upgrade() {
Expand Down

0 comments on commit 5a5cb0c

Please sign in to comment.