mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Merge remote-tracking branch 'remotes/upstream/master'
This commit is contained in:
commit
6af45f9cff
631 changed files with 1666 additions and 1264 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