Fix both neekerbreekers' bog exerting a character if they didn't get healed regardless of resistance
This commit is contained in:
@@ -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
|
||||
}
|
||||
{
|
||||
|
||||
@@ -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
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user