Skip to content

Commit

Permalink
Fix Jaht cost since version 4.6 (genius-invokation#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue authored Jan 9, 2025
1 parent 83b6289 commit 806c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data/src/cards/support/ally.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export const DisposedSupportCountExtension = extension(322022, { disposedSupport
*/
export const Jeht = card(322022)
.since("v4.4.0")
.costVoid(2)
.costSame(1)
.associateExtension(DisposedSupportCountExtension)
.replaceDescription("[GCG_TOKEN_COUNTER]", (_, { area }, ext) => ext.disposedSupportCount[area.who])
.support("ally")
Expand Down

0 comments on commit 806c034

Please sign in to comment.