mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
added missing surveil to Mission Briefing
This commit is contained in:
parent
117d258821
commit
64e2a3b8ed
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class MissionBriefingEffect extends OneShotEffect {
|
|||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
player.surveil(2, source, game);
|
||||
Target target = new TargetCardInYourGraveyard(filter);
|
||||
if (!player.choose(outcome, target, source.getSourceId(), game)) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue