Fixed V2 Shapes to See, Not to Touch always blocking wounds without needing 3 twilight minions

This commit is contained in:
Christian 'ketura' McCarty
2024-12-10 12:43:16 -06:00
parent 1270f3696a
commit f05dfcad8e

View File

@@ -513,13 +513,20 @@
modifier: {
type: CantTakeWounds
filter: twilight
requires: {
type: Not
requires: {
type: Phase
phase: Skirmish
requires: [
{
type: Not
requires: {
type: Phase
phase: Skirmish
}
}
}
{
type: CanSpot
count: 3
filter: twilight,minion
}
]
}
}
{