Fixed Pandemonium playing from [Orc] possessions instead of [Men] possessions.
This commit is contained in:
@@ -396,8 +396,8 @@
|
|||||||
effect: [
|
effect: [
|
||||||
{
|
{
|
||||||
type: playCardFromStacked
|
type: playCardFromStacked
|
||||||
select: choose(culture(orc),minion)
|
select: choose(culture(men),minion)
|
||||||
on: culture(orc),possession
|
on: culture(men),possession
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user