mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update pokemon-species.ts
This commit is contained in:
parent
13bfb07966
commit
14f850f1c9
@ -488,7 +488,7 @@ export abstract class PokemonSpeciesForm {
|
|||||||
if (formSpriteKey.startsWith("behemoth")) {
|
if (formSpriteKey.startsWith("behemoth")) {
|
||||||
formSpriteKey = "crowned";
|
formSpriteKey = "crowned";
|
||||||
}
|
}
|
||||||
break;
|
// biome-ignore lint/suspicious/no-fallthrough: Falls through
|
||||||
default:
|
default:
|
||||||
ret += `-${formSpriteKey}`;
|
ret += `-${formSpriteKey}`;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user