Fixing Protecting the Hall not adding defender bonus to bearer

This commit is contained in:
Christian 'ketura' McCarty
2024-12-16 23:35:57 -06:00
parent b0e9ce196d
commit f3cf5bf79c

View File

@@ -287,13 +287,20 @@
{
type: activated
phase: assignment
cost: {
type: discard
select: self
}
cost: [
{
type: Memorize
filter: bearer
memory: recentBearer
}
{
type: discard
select: self
}
]
effect: {
type: addKeyword
select: bearer
select: memory(recentBearer)
keyword: defender
amount: 1
}