Change Shiny Charm max stack count back to 5

pull/2/head
Flashfyre 2023-10-28 20:33:51 -04:00
parent 8f0fcf736b
commit 8651099d04
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ export class ShinyRateBoosterModifier extends PersistentModifier {
} }
getMaxStackCount(): integer { getMaxStackCount(): integer {
return 4; return 5;
} }
} }