* Added Shah of Naar Isle (Future Sight complete now).

This commit is contained in:
LevelX2 2018-02-18 23:44:52 +01:00
parent 4d4b0d145e
commit 210770669c
4 changed files with 145 additions and 0 deletions

View file

@ -187,6 +187,7 @@ class EchoEffect extends OneShotEffect {
if (controller.chooseUse(Outcome.Benefit, "Pay " + cost.getText() + '?', source, game)) {
cost.clearPaid();
if (cost.pay(source, game, source.getSourceId(), source.getControllerId(), false, null)) {
game.fireEvent(GameEvent.getEvent(GameEvent.EventType.ECHO_PAID, source.getSourceId(), source.getSourceId(), source.getControllerId()));
return true;
}
}

View file

@ -92,6 +92,7 @@ public class GameEvent implements Serializable {
DRAW_CARDS, // applies to an instruction to draw more than one card before any replacement effects apply to individual cards drawn
DRAW_CARD, DREW_CARD,
EXPLORED,
ECHO_PAID,
MIRACLE_CARD_REVEALED,
MADNESS_CARD_EXILED,
INVESTIGATED,