mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user