mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fix #11783 (default card drawn hint only when applicable)
This commit is contained in:
parent
1e10d070ae
commit
6820aa5ee1
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ public class DrawNthCardTriggeredAbility extends TriggeredAbilityImpl {
|
|||
super(zone, effect, optional);
|
||||
this.targetController = targetController;
|
||||
this.cardNumber = cardNumber;
|
||||
this.addHint(hint);
|
||||
if (targetController == TargetController.YOU) {
|
||||
this.addHint(hint);
|
||||
}
|
||||
setTriggerPhrase(generateTriggerPhrase());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue