- Fixed playing site via a card effect.

This commit is contained in:
marcins78@gmail.com
2011-10-24 11:29:03 +00:00
parent ae0d17d72b
commit bcd27eceaa
2 changed files with 3 additions and 1 deletions

View File

@@ -75,8 +75,9 @@ public class PlaySiteEffect extends AbstractEffect {
gameState.addCardToZone(game, card, Zone.DECK);
}
gameState.sendMessage(newSite.getOwner() + " plays " + GameUtils.getCardLink(newSite));
gameState.removeCardsFromZone(Collections.singleton(newSite));
gameState.addCardToZone(game, newSite, Zone.ADVENTURE_PATH);
gameState.sendMessage(newSite.getOwner() + " plays " + GameUtils.getCardLink(newSite));
if (controlled != null) {
gameState.takeControlOfCard(controlled, newSite, zone);

View File

@@ -2,6 +2,7 @@
<b>24 Oct. 2011</b>
- Frodo and Sam are always Ring-bound (according to rules).
- "Resistance Becomes Unbearable" can be now played in Maneuver phase, as it's supposed to.
- Fixed playing site via a card effect.
<b>23 Oct. 2011</b>
- "Hornburg Causeway" now adds +2 to archery for each unbound companion over 3, instead of +1.