Fix both neekerbreekers' bog exerting a character if they didn't get healed regardless of resistance

This commit is contained in:
Christian 'ketura' McCarty
2024-11-26 14:04:43 -06:00
parent d3b5417bf3
commit f23e0f0701
2 changed files with 12 additions and 2 deletions

View File

@@ -899,9 +899,14 @@
filter: self
}
effect: [
{
type: memorize
filter: character,minResistance(5)
memorize: healedChars
}
{
type: heal
select: all(character,minResistance(5))
select: all(memory(healedChars))
memorize: healedChars
}
{

View File

@@ -239,9 +239,14 @@
filter: regionNumber(1-2)
}
effect: [
{
type: memorize
filter: character,minResistance(5)
memorize: healedChars
}
{
type: heal
select: all(character,minResistance(5))
select: all(memory(healedChars))
memorize: healedChars
}
{