mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Merge pull request #7260 from weirddan455/spell-fix
Spelling/grammar fixup
This commit is contained in:
commit
33b034f6a9
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ class StartYourEnginesEffect extends ContinuousEffectImpl {
|
|||
|
||||
public StartYourEnginesEffect() {
|
||||
super(Duration.EndOfTurn, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.BecomeCreature);
|
||||
staticText = "Vehicles you control becomes artifact creatures until end of turn";
|
||||
staticText = "Vehicles you control become artifact creatures until end of turn";
|
||||
}
|
||||
|
||||
public StartYourEnginesEffect(final StartYourEnginesEffect effect) {
|
||||
|
|
@ -61,7 +61,7 @@ class StartYourEnginesEffect extends ContinuousEffectImpl {
|
|||
if (permanent != null && permanent.hasSubtype(SubType.VEHICLE, game)) {
|
||||
if (sublayer == SubLayer.NA) {
|
||||
permanent.addCardType(CardType.ARTIFACT);
|
||||
permanent.addCardType(CardType.CREATURE);// TODO: Chcek if giving CREATURE Type is correct
|
||||
permanent.addCardType(CardType.CREATURE);// TODO: Check if giving CREATURE Type is correct
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue