mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue