mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-31 07:10:42 -05:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -35,7 +35,7 @@ | ||||
|                                     if (abilityType.includes("+")) { | ||||
|                                         //plus | ||||
|                                         plusAbilities[plusAbilities.length] = abilityText | ||||
|                                     } else if (abilityType.includes("\u2212") && n == planeswalkerAbilityList.length - 1 && n > 1 && parseInt(abilityType.replace("\u2212", "")) > 4) { | ||||
|                                     } else if (abilityType.includes("\u2212") && parseInt(abilityType.replace("\u2212", "")) > 4) { | ||||
|                                         //ult | ||||
|                                         ultimateAbilities[ultimateAbilities.length] = abilityText | ||||
|                                     } else if (abilityType.includes("\u2212") || abilityType == "0") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle