mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 04:36:02 -05:00
Patch version 10.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-nocheck
|
||||
|
||||
import fs from "node:fs";
|
||||
import { abilitiesShort } from "~/modules/in-game-lists/types";
|
||||
import { abilitiesShort } from "~/modules/in-game-lists/abilities";
|
||||
import invariant from "~/utils/invariant";
|
||||
import {
|
||||
LANG_JSONS_TO_CREATE,
|
||||
@@ -40,6 +40,7 @@ const stages = [
|
||||
"Robo ROM-en",
|
||||
"Marlin Airport",
|
||||
"Lemuria Hub",
|
||||
"Urchin Underpass",
|
||||
] as const;
|
||||
|
||||
const abilityShortToInternalName = new Map([
|
||||
|
||||
Reference in New Issue
Block a user