mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Apply kev's suggestion for src/enums/stat.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2818396b18
commit
2d8134b9df
@ -48,7 +48,8 @@ export type TempBattleStat = typeof TEMP_BATTLE_STATS[number];
|
||||
export function getStatStageChangeDescriptionKey(stages: number, isIncrease: boolean) {
|
||||
if (stages === 1) {
|
||||
return isIncrease ? "battle:statRose" : "battle:statFell";
|
||||
}if (stages === 2) {
|
||||
}
|
||||
if (stages === 2) {
|
||||
return isIncrease ? "battle:statSharplyRose" : "battle:statHarshlyFell";
|
||||
}
|
||||
if (stages > 2 && stages <= 6) {
|
||||
|
Loading…
Reference in New Issue
Block a user