mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
suggested fixes
This commit is contained in:
parent
186fdb0cac
commit
3debc25a56
3 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ import mage.constants.CardType;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author anonymous
|
||||
* @author nickymikail
|
||||
*/
|
||||
public class LurchingRotbeast extends CardImpl {
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
*/
|
||||
package mage.cards.o;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.common.BecomesExertSourceTriggeredAbility;
|
||||
import mage.abilities.effects.common.PreventCombatDamageToSourceEffect;
|
||||
|
@ -38,6 +36,8 @@ import mage.cards.CardSetInfo;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.Duration;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author nickymikail
|
||||
|
|
|
@ -41,7 +41,7 @@ import mage.constants.CardType;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author anonymous
|
||||
* @author nickymikail
|
||||
*/
|
||||
public class RuinRat extends CardImpl {
|
||||
|
||||
|
|
Loading…
Reference in a new issue