- In card info box in game you will see site owner.
This commit is contained in:
@@ -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>");
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user