Fixing some malformed If conversions in the hobbit cards
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
true: [
|
||||
effect: [
|
||||
{
|
||||
type: If
|
||||
check: {
|
||||
|
||||
@@ -221,13 +221,13 @@
|
||||
player: fp
|
||||
text: Would you like to add 2 doubts to prevent shadow player drawing 3 cards?
|
||||
cost: {
|
||||
type: Conditional
|
||||
requires: {
|
||||
type: If
|
||||
check: {
|
||||
type: cantSpot
|
||||
count: 3
|
||||
filter: orc
|
||||
}
|
||||
effect: {
|
||||
true: {
|
||||
type: addBurdens
|
||||
amount: 2
|
||||
}
|
||||
|
||||
@@ -597,7 +597,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
true: {
|
||||
effect: {
|
||||
type: choice
|
||||
texts: [
|
||||
Take from your draw deck
|
||||
|
||||
Reference in New Issue
Block a user