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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user