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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user