Skip to content

Commit

Permalink
Fix intro dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 20, 2015
1 parent 16ce445 commit b9d11f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/map/events/intro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ namespace IntroPrivate {
"Hyrule was saved by a hero..."
),
dialog(
"But now...",
"An evil power has returned..."
"But eventually...",
"An evil power returned..."
),
dialog(
"Its name was...",
"Markorath, The Worm of the Abyss..."
"Moldorm, The Worm of the Abyss,",
"was back."
),
dialog(
"Unless someone stopped it,",
"Unless someone stopped him,",
"he would reduce the world to ashes..."
),
dialog(
"A child of the woods went",
"A child of the woods decided",
"to confront him..."
),
dialog(
Expand Down

0 comments on commit b9d11f5

Please sign in to comment.