Forgot to include Smeagol himself lol

This commit is contained in:
Christian 'ketura' McCarty
2024-12-07 19:09:54 -06:00
parent 67b18de636
commit c9b2912340

View File

@@ -969,20 +969,27 @@
phase: assignment phase: assignment
cost: [ cost: [
{ {
type: assignFPCharacterToSkirmish type: ChooseActiveCards
fpCharacter: self text: Choose a minion for Smeagol to skirmish and exhaust.
minion: choose(minion) select: choose(minion,AssignableToSkirmishAgainst(self))
memorizeMinion: assignedMinion memorize: assignedMinion
} }
{ {
type: addThreats type: addThreats
amount: 2 amount: 2
} }
] ]
effect: { effect: [
type: exhaust {
select: memory(assignedMinion) type: assignFPCharacterToSkirmish
} fpCharacter: self
minion: memory(assignedMinion)
}
{
type: exhaust
select: memory(assignedMinion)
}
]
} }
] ]
gametext: <b>Ring-bound</b>. To play, add a burden.<br><b>Assignment:</b> Assign a minion to Sméagol and add 2 threats to exhaust that minion. gametext: <b>Ring-bound</b>. To play, add a burden.<br><b>Assignment:</b> Assign a minion to Sméagol and add 2 threats to exhaust that minion.