- "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:
marcins78@gmail.com
2012-08-01 08:34:04 +00:00
parent 0dd1afa54c
commit e8f615bdfb
2 changed files with 4 additions and 1 deletions

View File

@@ -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() {

View File

@@ -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.