Fixing the rules, which make no sense about moving process.

This commit is contained in:
marcins78@gmail.com
2012-01-16 11:44:19 +00:00
parent 48f73ce353
commit 1c611c50a5

View File

@@ -55,6 +55,8 @@ public class MovementGameProcess implements GameProcess {
}
}
});
action.appendEffect(
new TriggeringResultEffect(new WhenMoveFromResult(currentSite), "Fellowship moved from"));
action.appendEffect(
new UnrespondableEffect() {
@Override
@@ -63,8 +65,6 @@ public class MovementGameProcess implements GameProcess {
gameState.movePlayerToNextSite(game);
}
});
action.appendEffect(
new TriggeringResultEffect(new WhenMoveFromResult(currentSite), "Fellowship moved from"));
action.appendEffect(
new TriggeringResultEffect(new WhenMovesResult(), "Fellowship moves"));
action.appendEffect(