Skip to content

Commit

Permalink
Fixed missing help text on Battlements
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Mar 26, 2024
1 parent 42cf294 commit ecfdf06
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions game/common/local/englishStrings.inf
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ $Text::LevelStartHelp97 = "Be very cautious on this framework.";
$Text::LevelName56 = "Points of the Compass";
$Text::LevelName89 = "Battlements";
$Text::LevelStartHelp89 = "Have fun storming the castle!";
$Text::TriggerText89_0 = "Beware of the winds!";
$Text::LevelName69 = "Around the World";
$Text::LevelName21 = "Pitfalls";
$Text::LevelStartHelp21 = "Practice your rolling skills by avoiding the gaps in the floor!";
Expand Down
1 change: 1 addition & 0 deletions game/common/local/frenchStrings.inf
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ $Text::LevelStartHelp97 = "Soyez très prudent sur cette structure.";
$Text::LevelName56 = "Les flèches de la boussole";
$Text::LevelName89 = "Remparts";
$Text::LevelStartHelp89 = "Mettez le château sens dessus dessous !";
$Text::TriggerText89_0 = "Attention, les vents soufflent !";
$Text::LevelName69 = "Tour du monde";
$Text::LevelName21 = "Pièges";
$Text::LevelStartHelp21 = "Entraînez-vous à rouler en évitant les trous au sol !";
Expand Down
1 change: 1 addition & 0 deletions game/common/local/germanStrings.inf
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ $Text::LevelStartHelp97 = "Auf diesen Gerüsten sollten Sie äußerst vorsichtig
$Text::LevelName56 = "Himmelsrichtungen";
$Text::LevelName89 = "Zinnen";
$Text::LevelStartHelp89 = "Viel Spaß beim Sturm auf das Schloss!";
$Text::TriggerText89_0 = "Vorsicht, Wind!";
$Text::LevelName69 = "Einmal um die ganze Welt";
$Text::LevelName21 = "Fallen";
$Text::LevelStartHelp21 = "Trainieren Sie Ihre Rollfertigkeiten, indem Sie Löcher im Boden meiden!";
Expand Down
1 change: 1 addition & 0 deletions game/common/local/italianStrings.inf
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ $Text::LevelStartHelp97 = "Fai molta attenzione su questa struttura.";
$Text::LevelName56 = "Punti della bussola";
$Text::LevelName89 = "Bastioni";
$Text::LevelStartHelp89 = "Divertiti ad assalire il castello!";
$Text::TriggerText89_0 = "Attenzione al vento!";
$Text::LevelName69 = "Intorno al mondo";
$Text::LevelName21 = "Trabocchetti";
$Text::LevelStartHelp21 = "Allenati a evitare i buchi nel pavimento!";
Expand Down
1 change: 1 addition & 0 deletions game/common/local/spanishStrings.inf
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ $Text::LevelStartHelp97 = "Ten mucho cuidado en esta estructura.";
$Text::LevelName56 = "Puntos de la brújula";
$Text::LevelName89 = "Almenas";
$Text::LevelStartHelp89 = "¡Diviértete asaltando el castillo!";
$Text::TriggerText89_0 = "¡Cuidado con el viento!";
$Text::LevelName69 = "La vuelta al mundo";
$Text::LevelName21 = "Trampas";
$Text::LevelStartHelp21 = "¡Practica tus habilidades de rodaje evitando los agujeros en el suelo!";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ new SimGroup(MissionGroup) {
hidden = "0";
dataBlock = "HelpTrigger";
polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000";
text = $Text::TriggerText89_0;
};
new Item() {
position = "-19.3528 30.3085 5.89689";
Expand Down

0 comments on commit ecfdf06

Please sign in to comment.