Fixed Grond, Hammer of the Underworld using the wrong method for calculating twilight cost, which prevented it from targeting anything at all

This commit is contained in:
Christian 'ketura' McCarty
2024-11-20 21:15:19 -06:00
parent 9c065dc689
commit 6caac39c82

View File

@@ -614,7 +614,7 @@
effect: [ effect: [
{ {
type: discard type: discard
select: choose(side(free people),not(companion),printedTwilightCostFromMemory(tokenCount)) select: choose(side(free people),not(companion),minTwilight(memory(tokenCount)),maxTwilight(memory(tokenCount)))
} }
{ {
type: discard type: discard