Fixing typos.

This commit is contained in:
marcins78@gmail.com
2012-12-02 22:58:24 +00:00
parent 3b42e1e032
commit 5c6f2d7779
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ public class Card15_059 extends AbstractCompanion {
if (TriggerConditions.winsSkirmish(game, effectResult, self)) {
final OptionalTriggerAction action = new OptionalTriggerAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Chooose a GONDOR ranger", Culture.GONDOR, Keyword.RANGER) {
new ChooseActiveCardEffect(self, playerId, "Choose a GONDOR ranger", Culture.GONDOR, Keyword.RANGER) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.appendEffect(

View File

@@ -40,7 +40,7 @@ public class Card3_035 extends AbstractPermanent {
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Filters.gandalf));
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Chooose a companion", CardType.COMPANION) {
new ChooseActiveCardEffect(self, playerId, "Choose a companion", CardType.COMPANION) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.insertEffect(

View File

@@ -32,7 +32,7 @@ public class Card4_007 extends AbstractOldEvent {
public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Chooose DUNLAND Man", Culture.DUNLAND, Race.MAN) {
new ChooseActiveCardEffect(self, playerId, "Choose DUNLAND Man", Culture.DUNLAND, Race.MAN) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
int bonus = (game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.SANCTUARY)) ? 4 : 2;

View File

@@ -32,7 +32,7 @@ public class Card4_008 extends AbstractOldEvent {
public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Chooose DUNLAND Man", Culture.DUNLAND, Race.MAN) {
new ChooseActiveCardEffect(self, playerId, "Choose DUNLAND Man", Culture.DUNLAND, Race.MAN) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
int bonus = Filters.countActive(game.getGameState(), game.getModifiersQuerying(), CardType.COMPANION);