Adding some texts.
This commit is contained in:
@@ -29,6 +29,7 @@ public class ReconcileHandEffect extends AbstractEffect {
|
||||
@Override
|
||||
protected FullEffectResult playEffectReturningResult(LotroGame game) {
|
||||
PlayerReconcilesAction action = new PlayerReconcilesAction(game, _playerId);
|
||||
game.getGameState().sendMessage(_playerId + " reconciles");
|
||||
game.getActionsEnvironment().addActionToStack(action);
|
||||
return new FullEffectResult(null, true, true);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ public class ArcheryFireGameProcess implements GameProcess {
|
||||
_fellowshipArcheryTotal = RuleUtils.calculateFellowshipArcheryTotal(_game);
|
||||
|
||||
_shadowArcheryTotal = RuleUtils.calculateShadowArcheryTotal(_game);
|
||||
game.getGameState().sendMessage("Archery fire: fellowship - " + _fellowshipArcheryTotal + ", minion - " + _shadowArcheryTotal);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user