Fixed Pandemonium playing from [Orc] possessions instead of [Men] possessions.

This commit is contained in:
Christian 'ketura' McCarty
2025-01-01 12:58:50 -06:00
parent 31feccacab
commit 973bb5e072

View File

@@ -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
} }
] ]
} }