Changes to Emblems

Emblems now read "Emblem Planeswalker" instead of "Planeswalker emblem"
Image name now is "emblem_planeswalker"

If this breaks anything please revert.

Also added some colons to oracle texts for some planeswalkers.
This commit is contained in:
Indigo Dragon
2017-09-02 05:52:02 +00:00
parent 77eab9e6f8
commit a772cf9910
37 changed files with 77 additions and 77 deletions

View File

@@ -196,7 +196,7 @@ public class ChooseGenericEffectAi extends SpellAbilityAi {
}
// milling against Tamiyo is pointless
if (owner.isCardInCommand("Tamiyo, the Moon Sage emblem")) {
if (owner.isCardInCommand("Emblem Tamiyo, the Moon Sage")) {
return allow;
}