mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
C-lang
This commit is contained in:
parent
f97734a650
commit
a6a15d2bc6
1 changed files with 16 additions and 8 deletions
|
@ -5691,14 +5691,22 @@ void Randomizer::CreateCustomMessages() {
|
|||
"Vous obtenez la %rtouche %y\xa6%r de&l'Ocarina%w! Vous pouvez&maintenant l'utiliser lorsque&vous en "
|
||||
"jouez!"),
|
||||
|
||||
GIMESSAGE(RG_MASK_KEATON, ITEM_MASK_KEATON, "You found the %rKeaton Mask%w!", "!!!", "Vous obtenez le %rMasque&du Renard%w!"),
|
||||
GIMESSAGE(RG_MASK_SKULL, ITEM_MASK_SKULL, "You found the %rSkull Mask%w!", "!!!", "Vous obtenez le %rMasque&de Mort%w!"),
|
||||
GIMESSAGE(RG_MASK_SPOOKY, ITEM_MASK_SPOOKY, "You found the %rSpooky Mask%w!", "!!!", "Vous obtenez le %rMasque&d'Effroi%w!"),
|
||||
GIMESSAGE(RG_MASK_BUNNY, ITEM_MASK_BUNNY, "You found the %rBunny Mask%w!", "!!!", "Vous obtenez le %rMasque&du Lapin%w!"),
|
||||
GIMESSAGE(RG_MASK_GORON, ITEM_MASK_GORON, "You found the %rGoron Mask%w!", "!!!", "Vous obtenez le %rMasque&de Goron%w!"),
|
||||
GIMESSAGE(RG_MASK_ZORA, ITEM_MASK_ZORA, "You found the %rZora Mask%w!", "!!!", "Vous obtenez le %rMasque&de Zora%w!"),
|
||||
GIMESSAGE(RG_MASK_GERUDO, ITEM_MASK_GERUDO, "You found the %rGerudo Mask%w!", "!!!", "Vous obtenez le %rMasque&de Gerudo%w!"),
|
||||
GIMESSAGE(RG_MASK_TRUTH, ITEM_MASK_TRUTH, "You found the %rMask of Truth%w!", "!!!", "Vous obtenez le %rMasque&de Vérité%w!"),
|
||||
GIMESSAGE(RG_MASK_KEATON, ITEM_MASK_KEATON, "You found the %rKeaton Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&du Renard%w!"),
|
||||
GIMESSAGE(RG_MASK_SKULL, ITEM_MASK_SKULL, "You found the %rSkull Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&de Mort%w!"),
|
||||
GIMESSAGE(RG_MASK_SPOOKY, ITEM_MASK_SPOOKY, "You found the %rSpooky Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&d'Effroi%w!"),
|
||||
GIMESSAGE(RG_MASK_BUNNY, ITEM_MASK_BUNNY, "You found the %rBunny Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&du Lapin%w!"),
|
||||
GIMESSAGE(RG_MASK_GORON, ITEM_MASK_GORON, "You found the %rGoron Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&de Goron%w!"),
|
||||
GIMESSAGE(RG_MASK_ZORA, ITEM_MASK_ZORA, "You found the %rZora Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&de Zora%w!"),
|
||||
GIMESSAGE(RG_MASK_GERUDO, ITEM_MASK_GERUDO, "You found the %rGerudo Mask%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&de Gerudo%w!"),
|
||||
GIMESSAGE(RG_MASK_TRUTH, ITEM_MASK_TRUTH, "You found the %rMask of Truth%w!", "!!!",
|
||||
"Vous obtenez le %rMasque&de Vérité%w!"),
|
||||
|
||||
GIMESSAGE(RG_BRONZE_SCALE, ITEM_SCALE_SILVER, "You got the %rBronze Scale%w!&The power of buoyancy is yours!",
|
||||
"Du hast die %rBronzene Schuppe%w&erhalten! Die Fähigkeit zu&Schwimmen ist nun dein!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue