- In card info box in game you will see site owner.

This commit is contained in:
marcins78@gmail.com
2012-03-15 11:15:38 +00:00
parent 9c26faa27c
commit ec5b101ec5
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
package com.gempukku.lotro.game;
import com.gempukku.lotro.common.Keyword;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Token;
import com.gempukku.lotro.common.Zone;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.communication.GameStateListener;
import com.gempukku.lotro.game.state.GameEvent;
import com.gempukku.lotro.game.state.GatheringParticipantCommunicationChannel;
@@ -126,6 +123,9 @@ public class LotroGameMediator {
if (modifiers.size() == 0)
sb.append("<br><i>nothing</i>");
if (card.getZone().isInPlay() && card.getBlueprint().getCardType() == CardType.SITE)
sb.append("<br><b>Owner:</b> " + card.getOwner());
Map<Token, Integer> map = _lotroGame.getGameState().getTokens(card);
if (map != null && map.size() > 0) {
sb.append("<br><b>Tokens:</b>");

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>15 Mar. 2012</b>
- "Mount Doom" should finally work.
- In card info box in game you will see site owner.
<b>14 Mar. 2012</b>
- "White Hand Destroyer" no longer has "Hunter 0" when you control no sites.