Choosing a race now announces the chosen race.
This commit is contained in:
@@ -38,6 +38,7 @@ public class ChooseARace implements EffectAppenderProducer {
|
|||||||
@Override
|
@Override
|
||||||
protected void validDecisionMade(int index, String result) {
|
protected void validDecisionMade(int index, String result) {
|
||||||
actionContext.setValueToMemory(memorize, Race.findRaceByHumanReadable(result).toString());
|
actionContext.setValueToMemory(memorize, Race.findRaceByHumanReadable(result).toString());
|
||||||
|
actionContext.getGame().getGameState().sendMessage(actionContext.getPerformingPlayer() + " has chosen " + result);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user