forked from External/mage
[refactor] removed generic parameter from Target
This commit is contained in:
parent
7af040e70b
commit
82a45cee88
57 changed files with 70 additions and 73 deletions
|
|
@ -139,7 +139,7 @@ class ChandraPyromasterEffect1 extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
|
||||
class ChandraPyromasterTarget extends TargetPermanent<ChandraPyromasterTarget> {
|
||||
class ChandraPyromasterTarget extends TargetPermanent {
|
||||
|
||||
public ChandraPyromasterTarget() {
|
||||
super(0, 1, new FilterCreaturePermanent("creature that the targeted player controls"), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue