- Fixed Quelled crashing the game

This commit is contained in:
Christian 'ketura' McCarty
2024-12-11 18:50:28 -06:00
parent a9502bc405
commit 7def1402f4

View File

@@ -545,14 +545,18 @@
{
type: discard
select: choose(side(free people),condition)
count: {
type: Conditional
requires: {
type: canSpot
filter: culture(rohan),man
}
true: 1-2
false: 1
count: 1
}
{
type: If
check: {
type: canSpot
filter: culture(rohan),man
}
true: {
type: discard
select: choose(side(free people),condition)
count: 1
}
}
]