mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Rusted Relic - Fixed that Rusted Relic didn't become an artifact.
This commit is contained in:
parent
feb633e4ac
commit
1b8077841e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class RustedRelic extends CardImpl<RustedRelic> {
|
|||
this.addAbility(
|
||||
new SimpleStaticAbility(Zone.BATTLEFIELD,
|
||||
new ConditionalContinousEffect(
|
||||
new BecomesCreatureSourceEffect(new RustedRelicToken(), "artifact", Duration.Custom),
|
||||
new BecomesCreatureSourceEffect(new RustedRelicToken(), "artifact", Duration.WhileOnBattlefield),
|
||||
MetalcraftCondition.getInstance(),
|
||||
"Metalcraft - Rusted Relic is a 5/5 Golem artifact creature as long as you control three or more artifacts")));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue