Fixing GOTM triggering constantly
This commit is contained in:
@@ -610,9 +610,13 @@
|
||||
trigger: {
|
||||
type: ConstantlyCheck
|
||||
}
|
||||
requires: {
|
||||
type: canSpot
|
||||
filter: another,or(possession,weapon),attachedTo(bearer)
|
||||
}
|
||||
effect: {
|
||||
type: discard
|
||||
select: all(other,possession,attachedTo(bearer))
|
||||
select: all(other,or(possession,weapon),attachedTo(bearer))
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user