mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Not of This World - Fixed wrong target describtion.
This commit is contained in:
parent
d9dfa0ef37
commit
a6797282cd
1 changed files with 2 additions and 1 deletions
|
|
@ -89,11 +89,12 @@ public class NotOfThisWorld extends CardImpl<NotOfThisWorld> {
|
|||
|
||||
class TargetSpellTargetingControlledPermanent extends TargetObject<TargetSpellTargetingControlledPermanent> {
|
||||
|
||||
|
||||
public TargetSpellTargetingControlledPermanent() {
|
||||
this.minNumberOfTargets = 1;
|
||||
this.maxNumberOfTargets = 1;
|
||||
this.zone = Zone.STACK;
|
||||
this.targetName = filter.getMessage();
|
||||
this.targetName = "spell or ability that targets a permanent you control";
|
||||
}
|
||||
|
||||
public TargetSpellTargetingControlledPermanent(final TargetSpellTargetingControlledPermanent target) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue