- "Argument Ready to Hand" now asks the Shadow player to choose a race, rather than FP player.
This commit is contained in:
@@ -52,7 +52,7 @@ public class Card12_001 extends AbstractEvent {
|
||||
@Override
|
||||
protected void opponentChosen(String opponentId) {
|
||||
action.insertEffect(
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose character with a race you wish to spare", Filters.character, hasRace) {
|
||||
new ChooseActiveCardEffect(self, opponentId, "Choose character with a race you wish to spare", Filters.character, hasRace) {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.insertEffect(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
- "Pillage of Rohan" should now work correctly.
|
||||
- "Realm of Dwarrowdelf" now has two separate limits (for str and dmg).
|
||||
- "Caras Galadhon" should no longer work badly in case of some assignment actions (Orc Assassin).
|
||||
- "Argument Ready to Hand" now asks the Shadow player to choose a race, rather than FP player.
|
||||
|
||||
<b>27 Apr. 2012</b>
|
||||
- "Morning Came" now correctly adds +2 Strength to the character if shadow player puts card from hand beneath his/her
|
||||
|
||||
Reference in New Issue
Block a user