forked from External/mage
[WOC] Implement Gylwain, Casting Director
This commit is contained in:
parent
ea513386fb
commit
8753c94488
4 changed files with 59 additions and 5 deletions
|
|
@ -46,6 +46,6 @@ public class CreateRoleAttachedTargetEffect extends OneShotEffect {
|
|||
return staticText;
|
||||
}
|
||||
return "create a " + roleType.getName() + " Role token attached to " +
|
||||
getTargetPointer().describeTargets(mode.getTargets(), "it");
|
||||
getTargetPointer().describeTargets(mode.getTargets(), "that creature");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue