Fixing GOTM triggering constantly
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user