Fixing Courtyard Parapet working asking Freeps and not Shadow

This commit is contained in:
Christian 'ketura' McCarty
2023-04-07 23:13:15 -05:00
parent d2d5163b98
commit b5af5e3b4d

View File

@@ -42,15 +42,23 @@
type: location
filter: regionNumber(2)
}
cost: {
type: discardFromHand
hand: shadowPlayer
player: shadowPlayer
forced: false
count: 2
}
effect: {
type: addBurdens
type: optional
player: shadow
text: Would you like to discard 2 cards from hand to add a burden?
effect: {
type: costToEffect
cost: {
type: discardFromHand
hand: shadowPlayer
player: shadowPlayer
forced: false
count: 2
}
effect: {
type: addBurdens
}
}
}
}
]