Skip to content

Commit

Permalink
translation flexibility - terraria
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeitHeld authored Dec 9, 2023
1 parent 7abcdd6 commit a0abfc8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions worlds/terraria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@


class TerrariaWeb(WebWorld):
tutorials = [
Tutorial(
"Multiworld Setup Guide",
"A guide to setting up the Terraria randomizer connected to an Archipelago Multiworld.",
"English",
"setup_en.md",
"setup/en",
["Seldom"],
)
]
setup_en = Tutorial(
"Multiworld Setup Guide",
"A guide to setting up the Terraria randomizer connected to an Archipelago Multiworld.",
"English",
"setup_en.md",
"setup/en",
["Seldom"],
)

tutorials = [setup_en]


class TerrariaWorld(World):
Expand Down

0 comments on commit a0abfc8

Please sign in to comment.