mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-14 13:35:07 -05:00
Couple more
Just need German for these Co-Authored-By: PurpleHato <47987542+PurpleHato@users.noreply.github.com>
This commit is contained in:
parent
d9ad01174b
commit
55fa913c78
@ -4368,6 +4368,14 @@ CustomMessageMinimal NaviMessages[NUM_NAVI_MESSAGES] = {
|
||||
{ "%cIf you get trapped somewhere, you&might have to %wsave your game %cand&%wreset%c!",
|
||||
"%cSolltest du irgendwo eingeschloßen&sein, mußt du vielleicht dein %wSpiel&speichern %cund %wneustarten%c!",
|
||||
"%cSi tu es coincé quelque part, tu&devrais %wsauvegarder ta partie %cet&faire un %wreset%c!" },
|
||||
|
||||
{ "%cSheik will meet you in a %rburning&village %conce you have %gForest%c,&%rFire%c, and %bWater %cMedallions!",
|
||||
"%cG18",
|
||||
"%cSheik t'attendra dans un %rvillage&en feu %clorsque tu auras récupéré&les médaillons de la %gForêt%c, du %rFeu&%cet de l'%bEau%c!" },
|
||||
|
||||
{ "%cIf you don't have a %wsword %cas a&child, try buying %wDeku Sticks%c!&They're effective against your foes!",
|
||||
"%cG19",
|
||||
"%cSi tu n'as pas d'%wépée %cen tant&qu'enfant, pourquoi n'irais-tu pas&acheter quelques %wBâtons Mojo%c? Ils&sont efficaces contre tes ennemis!" }
|
||||
};
|
||||
|
||||
void CreateNaviRandoMessages() {
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <soh/Enhancements/randomizer/randomizerTypes.h>
|
||||
#include <soh/Enhancements/custom-message/CustomMessageManager.h>
|
||||
|
||||
#define NUM_NAVI_MESSAGES 17
|
||||
#define NUM_NAVI_MESSAGES 19
|
||||
|
||||
class Randomizer {
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user