Fixed Through Fire And Water being required, also fixed it triggering with 0 threats
This commit is contained in:
@@ -265,10 +265,15 @@
|
|||||||
effects: [
|
effects: [
|
||||||
{
|
{
|
||||||
type: Trigger
|
type: Trigger
|
||||||
|
optional: true
|
||||||
trigger: {
|
trigger: {
|
||||||
type: WinsSkirmish
|
type: WinsSkirmish
|
||||||
filter: unique, culture(moria), minion
|
filter: unique, culture(moria), minion
|
||||||
}
|
}
|
||||||
|
requires: {
|
||||||
|
type: CanSpotThreats
|
||||||
|
amount: 1
|
||||||
|
}
|
||||||
cost: {
|
cost: {
|
||||||
type: RemoveThreats
|
type: RemoveThreats
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user