- 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 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
} }
} }
] ]