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 type: activated
phase: assignment phase: assignment
cost: { cost: [
type: discard {
select: self type: Memorize
} filter: bearer
memory: recentBearer
}
{
type: discard
select: self
}
]
effect: { effect: {
type: addKeyword type: addKeyword
select: bearer select: memory(recentBearer)
keyword: defender keyword: defender
amount: 1 amount: 1
} }