mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Update EarthbendEffect.java
Fix apostrophe
This commit is contained in:
@@ -29,7 +29,7 @@ public class EarthbendEffect extends SpellAbilityEffect {
|
||||
final Card card = sa.getHostCard();
|
||||
final int amount = AbilityUtils.calculateAmount(card, sa.getParamOrDefault("Num", "1"), sa);
|
||||
|
||||
sb.append(amount).append(". (Target land you control becomes a 0/0 creature with haste that’s still a land. Put ");
|
||||
sb.append(amount).append(". (Target land you control becomes a 0/0 creature with haste that's still a land. Put ");
|
||||
sb.append(Lang.nounWithNumeral(amount, "+1/+1 counter"));
|
||||
sb.append(" on it. When it dies or is exiled, return it to the battlefield tapped.)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user