update author tags, remove unneeded static text

This commit is contained in:
htrajan 2020-04-17 22:30:39 -07:00
parent 9b930ca243
commit c567fc2ee1
3 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,10 @@ import mage.game.permanent.Permanent;
import static mage.constants.CardType.CREATURE;
/**
*
* @author htrajan
*/
public class AttachedToCreatureTriggeredAbility extends TriggeredAbilityImpl {
public AttachedToCreatureTriggeredAbility(Effect effect, boolean optional) {

View file

@ -13,7 +13,7 @@ import mage.players.Player;
/**
*
* @author LevelX2
* @author htrajan
*/
public class GainProtectionFromColorAttachedEffect extends GainAbilitySourceEffect {