mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Make dampe's pots text less like a naming error
This commit is contained in:
parent
0f16b06aa3
commit
fee9ceb393
1 changed files with 1 additions and 1 deletions
|
@ -1528,7 +1528,7 @@ void StaticData::HintTable_Init_Exclude_Overworld() {
|
||||||
/*german*/ "Man erzählt sich, daß eine #Vase in Kakariko# #[[1]]# enthielte.",
|
/*german*/ "Man erzählt sich, daß eine #Vase in Kakariko# #[[1]]# enthielte.",
|
||||||
/*french*/ "Selon moi, une #jarre dans le Village de Cocorico# contient #[[1]]#.", {QM_RED, QM_GREEN}));
|
/*french*/ "Selon moi, une #jarre dans le Village de Cocorico# contient #[[1]]#.", {QM_RED, QM_GREEN}));
|
||||||
|
|
||||||
hintTextTable[RHT_POT_DAMPE] = HintText(CustomMessage("They say that a #pot in Dampe's Tomb# contains #[[1]]#.",
|
hintTextTable[RHT_POT_DAMPE] = HintText(CustomMessage("They say that a #pot in gravekeeper's tomb# contains #[[1]]#.",
|
||||||
//TODO_TRANSLATE check these to make sure they refernce dampe's tomb not the graveyard area
|
//TODO_TRANSLATE check these to make sure they refernce dampe's tomb not the graveyard area
|
||||||
/*german*/ "Man erzählt sich, daß eine #Vase auf dem Friedhof# #[[1]]# enthielte.",
|
/*german*/ "Man erzählt sich, daß eine #Vase auf dem Friedhof# #[[1]]# enthielte.",
|
||||||
/*french*/ "Selon moi, une #jarre dans le Cimetière# contient #[[1]]#.", {QM_RED, QM_GREEN}));
|
/*french*/ "Selon moi, une #jarre dans le Cimetière# contient #[[1]]#.", {QM_RED, QM_GREEN}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue