- Fixed playing site via a card effect.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user