Fixed isengard underling taking minions instead of events

This commit is contained in:
Christian 'ketura' McCarty
2024-12-07 11:08:26 -06:00
parent bdadf5b0d7
commit e8fdcff76c

View File

@@ -908,7 +908,7 @@
}
effect: {
type: putCardsFromDiscardIntoHand
select: choose(culture(orc),minion)
select: choose(culture(orc),event)
}
}
]