Card Fixes

- Fixed Battering Ram not having a shadow ability to add tokens
- (Hopefully) fixed Anduril, King's Blade not grantind defender when there are 0 threats
- Fixed Your Friends Are With You working on Shadow men
This commit is contained in:
Christian 'ketura' McCarty
2024-12-04 12:55:02 -06:00
parent 25d7a0e3ab
commit b45dbd2ecf
3 changed files with 15 additions and 5 deletions

View File

@@ -17,6 +17,19 @@
Support Area
]
effects: [
{
type: activated
phase: shadow
cost: {
type: exert
select: choose(urukHai)
}
effect: {
type: AddCultureTokens
culture: isengard
select: self
}
}
{
type: activated
phase: skirmish

View File

@@ -96,10 +96,7 @@
type: addKeyword
filter: self
requires: {
type: not
requires: {
type: canSpotThreats
}
type: CantSpotThreats
}
keyword: defender
amount: 1

View File

@@ -419,7 +419,7 @@
effect: {
type: ModifyStrength
amount: 1
select: choose(another,or(man, elf, dwarf), not(race(memory(winner))))
select: choose(your,another,or(man, elf, dwarf), not(race(memory(winner))))
until: start(regroup)
}
}