Skip to content

Commit

Permalink
Fix painful typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen authored Jul 14, 2024
1 parent 3d9f2e3 commit bd4fde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/animates/redtroll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bool RedTroll::progress_status(CoreData& core)
console.main().print(select(
"Overal in de grot liggen stukken van de verscheurde trol verspreid. Het slijm zuigt aan je schoenen, en een vieze stank dringt in je neus."
,
"Peaces of the torn-up troll are spread throughout the cave. Slime pulls at your shoes, and a filthy stench creeps up your nose."
"Pieces of the torn-up troll are spread throughout the cave. Slime pulls at your shoes, and a filthy stench creeps up your nose."
));

break;
Expand All @@ -85,4 +85,4 @@ bool RedTroll::progress_status(CoreData& core)

console.main().empty_line();
return true;
}
}

0 comments on commit bd4fde1

Please sign in to comment.