mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 11:12:24 +02:00
Update src/data/balance/passives.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
29bbf28919
commit
bdf8b56d3e
@ -2,7 +2,7 @@ import { Abilities } from "#app/enums/abilities";
|
|||||||
import { Species } from "#app/enums/species";
|
import { Species } from "#app/enums/species";
|
||||||
|
|
||||||
export interface PassiveAbilities {
|
export interface PassiveAbilities {
|
||||||
[key: integer]: Abilities
|
[key: number]: Abilities
|
||||||
}
|
}
|
||||||
|
|
||||||
interface StarterPassiveAbilities {
|
interface StarterPassiveAbilities {
|
||||||
|
Loading…
Reference in New Issue
Block a user