- "Gorbag's Sword" now gives the option to put the possession on top of the deck to the owner of the card.
This commit is contained in:
@@ -61,7 +61,7 @@ public class Card10_060 extends AbstractAttachable {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, final PhysicalCard card) {
|
||||
action.appendEffect(
|
||||
new PlayoutDecisionEffect(playerId,
|
||||
new PlayoutDecisionEffect(card.getOwner(),
|
||||
new YesNoDecision("Do you want to put " + GameUtils.getCardLink(card) + " on top of deck instead?") {
|
||||
@Override
|
||||
protected void yes() {
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>1 Aug. 2012</b>
|
||||
- "Gorbag's Sword" now gives the option to put the possession on top of the deck to the owner of the card.
|
||||
|
||||
<b>26 Jul. 2012</b>
|
||||
- "Damrod, Ranger of Ithilien" can now exhaust Man only.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user