Skip to content

Commit b64f0ab

Browse files
larry-the-table-guyscheibo
authored andcommitted
Stats: Fix typos in IDs in classifier
1 parent b2563cf commit b64f0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stats/src/classifier.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function tag(
229229
weather.sun += 2;
230230
} else if (pokemon.ability === 'sandstream') {
231231
weather.sand += 2;
232-
} else if (pokemon.ability === 'snowarning') {
232+
} else if (pokemon.ability === 'snowwarning') {
233233
weather.hail += 2;
234234
}
235235

@@ -426,7 +426,7 @@ const LESSER_BOOSTING_ITEM = new Set([
426426
]);
427427

428428
const GREATER_BOOSTING_ITEM = new Set([
429-
'firegem', 'watergem', 'electricgem', 'grassgem', 'icegem', 'fightinggem', 'posiongem',
429+
'firegem', 'watergem', 'electricgem', 'grassgem', 'icegem', 'fightinggem', 'poisongem',
430430
'groundgem', 'flyinggem', 'psychicgem', 'buggem', 'rockgem', 'ghostgem', 'darkgem', 'steelgem',
431431
'normalgem', 'focussash', 'mentalherb', 'powerherb', 'whiteherb', 'absorbbulb', 'berserkgene',
432432
'cellbattery', 'focussash', 'airballoon', 'ejectbutton', 'shedshell', 'aguavberry',

0 commit comments

Comments
 (0)