mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
add missing medigoron hint text (#2339)
This commit is contained in:
parent
048207eb7d
commit
76c9895432
1 changed files with 4 additions and 0 deletions
|
@ -418,6 +418,10 @@ void HintTable_Init_Exclude_Overworld() {
|
||||||
Text{"a #carpet guru# sells", /*french*/"#un marchand du désert# vend", /*spanish*/"el #genio de una alfombra# vende"},
|
Text{"a #carpet guru# sells", /*french*/"#un marchand du désert# vend", /*spanish*/"el #genio de una alfombra# vende"},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
hintTable[GC_MEDIGORON] = HintText::Exclude({
|
||||||
|
//obscure text
|
||||||
|
Text{"#Medigoron# sells", /*french*/"#Medigoron# vend", /*spanish*/"#Medigoron# vende"},
|
||||||
|
});
|
||||||
|
|
||||||
hintTable[KAK_IMPAS_HOUSE_FREESTANDING_POH] = HintText::Exclude({
|
hintTable[KAK_IMPAS_HOUSE_FREESTANDING_POH] = HintText::Exclude({
|
||||||
//obscure text
|
//obscure text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue