1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Resolved some mons having invalid tiernames, and several pokemon pages not working

This commit is contained in:
Deukhoofd
2016-03-08 19:10:12 +01:00
parent 4fd8a73c72
commit ff0393d06a
3 changed files with 57 additions and 57 deletions

View File

@@ -126,7 +126,7 @@ each forme, i in data.formedata
- var dexno = data.speciesdata.id.toString()
if dexno.length == 1
- dexno = "00" + dexno
else if data.speciesdata.id.length == 2
else if dexno.length == 2
- dexno = "0" + dexno
th #{dexno}
if i != "default"