mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
fix
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
if (abilityType.includes("+")) {
|
if (abilityType.includes("+")) {
|
||||||
//plus
|
//plus
|
||||||
plusAbilities[plusAbilities.length] = abilityText
|
plusAbilities[plusAbilities.length] = abilityText
|
||||||
} else if (abilityType.includes("\u2212") && n == planeswalkerAbilityList.length - 1 && n > 1) {
|
} else if (abilityType.includes("\u2212") && n == planeswalkerAbilityList.length - 1 && n > 1 && parseInt(abilityType.replace("\u2212", "")) > 4) {
|
||||||
//ult
|
//ult
|
||||||
ultimateAbilities[ultimateAbilities.length] = abilityText
|
ultimateAbilities[ultimateAbilities.length] = abilityText
|
||||||
} else if (abilityType.includes("\u2212") || abilityType == "0") {
|
} else if (abilityType.includes("\u2212") || abilityType == "0") {
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user