Fix missingno abilities

This commit is contained in:
Dragon Fire
2024-03-21 19:34:00 -04:00
parent e3f8cb50a1
commit edc2196bac
+6 -2
View File
@@ -42,7 +42,9 @@
"Bird", "Bird",
"Normal" "Normal"
], ],
"abilities": ["N/A"], "abilities": [{
"name": "N/A"
}],
"stats": { "stats": {
"hp": 33, "hp": 33,
"atk": 136, "atk": 136,
@@ -61,7 +63,9 @@
"Normal", "Normal",
"999" "999"
], ],
"abilities": ["N/A"], "abilities": [{
"name": "N/A"
}],
"stats": { "stats": {
"hp": 178, "hp": 178,
"atk": 19, "atk": 19,