From 1cf2409c29e29f3f0a275877c76e0f888beff6a0 Mon Sep 17 00:00:00 2001 From: Akurosia Kamo Date: Thu, 14 Dec 2023 20:02:42 +0100 Subject: [PATCH] i18n: aai oopsy translation --- .../data/06-ew/dungeon/another_aloalo_island-savage.ts | 1 + ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island-savage.ts b/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island-savage.ts index a7aa13a2a1..09811c911f 100644 --- a/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island-savage.ts +++ b/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island-savage.ts @@ -172,6 +172,7 @@ const triggerSet: OopsyTriggerSet = { renameMistake('AAIS Tornado', '8BCF', 'fail', { // running into a tornado in the initial trash section en: 'Tornado', + de: 'Tornado', }), pushedIntoWall('AAIS Angry Seas', '8AE1'), pushedIntoWall('AAIS Pop', '896B'), diff --git a/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island.ts b/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island.ts index 5a6d654c2f..5b14bd7848 100644 --- a/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island.ts +++ b/ui/oopsyraidsy/data/06-ew/dungeon/another_aloalo_island.ts @@ -167,6 +167,7 @@ const triggerSet: OopsyTriggerSet = { renameMistake('AAI Tornado', '8BC0', 'fail', { // running into a tornado in the initial trash section en: 'Tornado', + de: 'Tornado', }), pushedIntoWall('AAI Angry Seas', '8AC1'), pushedIntoWall('AAI Pop', '894E'),