Fixed Countless Companies not having the shadow ability to play stacked cards
This commit is contained in:
@@ -184,6 +184,23 @@
|
|||||||
where: self
|
where: self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type: activated
|
||||||
|
phase: shadow
|
||||||
|
cost: {
|
||||||
|
type: removeTwilight
|
||||||
|
amount: 1
|
||||||
|
}
|
||||||
|
requires: {
|
||||||
|
type: canSpot
|
||||||
|
filter: self,hasStacked(possession)
|
||||||
|
}
|
||||||
|
effect: {
|
||||||
|
type: playCardFromStacked
|
||||||
|
select: choose(possession)
|
||||||
|
on: self
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
gametext: <b>Response:</b> If a [men] possession is discarded from play, stack it here.<br><b>Shadow:</b> Remove (1) to play a possession stacked here as if from hand.
|
gametext: <b>Response:</b> If a [men] possession is discarded from play, stack it here.<br><b>Shadow:</b> Remove (1) to play a possession stacked here as if from hand.
|
||||||
lore: "'Not tall, but broad and grim... wielding great axes.'"
|
lore: "'Not tall, but broad and grim... wielding great axes.'"
|
||||||
|
|||||||
Reference in New Issue
Block a user