- "Burglar's Contract" can now be used in Skirmish.

This commit is contained in:
marcin.sciesinski
2017-11-13 17:10:10 -08:00
parent f8a474da47
commit c5f744d982
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
- Added "The Arkenstone, King's Jewel"
- "Gwaihir" no longer crashed the game, when it is not attached to anything and has its Skirmish action activated.
- "Bolg, Servant of Sauron" can now only be used in Maneuver phase.
- "Burglar's Contract" can now be used in Skirmish.
<b>17 Dec. 2015</b>
- "Armor of Khazad" no longer allows to return itself from discard and can now be transferred.

View File

@@ -70,6 +70,7 @@ public class Card31_041 extends AbstractAttachableFPPossession {
new StrengthModifier(self, card, 2))));
}
});
return Collections.singletonList(action);
}
return null;
}