mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
subtypes for cards 'A'
This commit is contained in:
parent
be062e8b28
commit
105f346ebc
628 changed files with 1541 additions and 1256 deletions
|
|
@ -38,10 +38,10 @@ import mage.game.permanent.Permanent;
|
|||
* @author nantuko
|
||||
*/
|
||||
public class AddCardSubtypeAttachedEffect extends ContinuousEffectImpl {
|
||||
private String addedSubtype;
|
||||
private SubType addedSubtype;
|
||||
private AttachmentType attachmentType;
|
||||
|
||||
public AddCardSubtypeAttachedEffect(String addedSubtype, Duration duration, AttachmentType attachmentType) {
|
||||
public AddCardSubtypeAttachedEffect(SubType addedSubtype, Duration duration, AttachmentType attachmentType) {
|
||||
super(duration, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Benefit);
|
||||
this.addedSubtype = addedSubtype;
|
||||
this.attachmentType = attachmentType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue