Fixing Hill Clan granting damage +1 instead of damage +2.

This commit is contained in:
Christian 'ketura' McCarty
2025-04-06 12:20:27 -05:00
parent 3b415f34b2
commit bb22a51a4f

View File

@@ -310,7 +310,7 @@
type: addKeyword type: addKeyword
select: memory(playedMan) select: memory(playedMan)
keyword: damage keyword: damage
amount: 1 amount: 2
until: regroup until: regroup
} }
] ]