- Fixed Quelled crashing the game
This commit is contained in:
@@ -545,14 +545,18 @@
|
|||||||
{
|
{
|
||||||
type: discard
|
type: discard
|
||||||
select: choose(side(free people),condition)
|
select: choose(side(free people),condition)
|
||||||
count: {
|
count: 1
|
||||||
type: Conditional
|
}
|
||||||
requires: {
|
{
|
||||||
type: canSpot
|
type: If
|
||||||
filter: culture(rohan),man
|
check: {
|
||||||
}
|
type: canSpot
|
||||||
true: 1-2
|
filter: culture(rohan),man
|
||||||
false: 1
|
}
|
||||||
|
true: {
|
||||||
|
type: discard
|
||||||
|
select: choose(side(free people),condition)
|
||||||
|
count: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user