Fixing GOTM triggering constantly

This commit is contained in:
Christian 'ketura' McCarty
2025-04-18 16:13:07 -05:00
parent a9b499a584
commit 606cc367a4

View File

@@ -610,9 +610,13 @@
trigger: { trigger: {
type: ConstantlyCheck type: ConstantlyCheck
} }
requires: {
type: canSpot
filter: another,or(possession,weapon),attachedTo(bearer)
}
effect: { effect: {
type: discard type: discard
select: all(other,possession,attachedTo(bearer)) select: all(other,or(possession,weapon),attachedTo(bearer))
} }
} }
{ {