[EOE] various text fixes

This commit is contained in:
theelk801 2025-07-21 17:26:24 -04:00
parent 1b6c5724a8
commit 5b87fffc2e
11 changed files with 15 additions and 16 deletions

View file

@ -37,7 +37,7 @@ public final class MechanShieldmate extends CardImpl {
new ConditionalAsThoughEffect(
new CanAttackAsThoughItDidntHaveDefenderSourceEffect(Duration.WhileOnBattlefield),
ArtifactEnteredUnderYourControlCondition.instance
).setText("As long as an artifact entered the battlefield under your control this turn,"
).setText("As long as an artifact entered the battlefield under your control this turn, "
+ "this creature can attack as though it didn't have defender")
).addHint(new ConditionHint(ArtifactEnteredUnderYourControlCondition.instance)),
new ArtifactEnteredControllerWatcher()