mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-12 05:10:26 -05:00
add missing medigoron hint text (#2339)
This commit is contained in:
parent
048207eb7d
commit
76c9895432
@ -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…
Reference in New Issue
Block a user