mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed some small typos
This commit is contained in:
@@ -2,7 +2,7 @@ Name:Avarice Totem
|
||||
ManaCost:1
|
||||
Types:Artifact
|
||||
Text:no text
|
||||
A:AB$ ExchangeControl | Cost$ 5 | Defined$ Self | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target creature | SpellDescription$ Exchange control of CARDNAME and target nonland permanent.
|
||||
A:AB$ ExchangeControl | Cost$ 5 | Defined$ Self | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | SpellDescription$ Exchange control of CARDNAME and target nonland permanent.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/avarice_totem.jpg
|
||||
|
||||
@@ -825,7 +825,7 @@ public class AbilityFactoryGainControl {
|
||||
sb.append(sa.getSourceCard()).append(" - ");
|
||||
}
|
||||
|
||||
sb.append(object1 + " exchanges controler with " + object2);
|
||||
sb.append(object1 + " exchanges controller with " + object2);
|
||||
|
||||
final AbilitySub abSub = sa.getSubAbility();
|
||||
if (abSub != null) {
|
||||
|
||||
Reference in New Issue
Block a user