mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-03 10:11:51 -05:00
Fix Skeleton Key Hint (#4860)
* add skeleton key hint text * Update soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> * Update soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> * add end quote back, oops --------- Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
This commit is contained in:
parent
4a91d94507
commit
61de721fe5
@ -2057,7 +2057,14 @@ void StaticData::HintTable_Init_Item() {
|
||||
}, {
|
||||
CustomMessage("a fish-puller", /*german*/"ein Fischzieher", /*french*/"(canne à pêche)")});
|
||||
// /*spanish*/(caña de pescar)
|
||||
|
||||
hintTextTable[RHT_SKELETON_KEY] = HintText(CustomMessage("a Skeleton Key", /*german*/ "ein Universalschlüssel", /*french*/ "une Clé Squelette"),
|
||||
// /*spanish*/una Llave Maestra
|
||||
{
|
||||
CustomMessage("a key", /*german*/ "ein Schlüssel", /*french*/ "une clé")
|
||||
// /*spanish*/una llave
|
||||
},
|
||||
{ CustomMessage("a master unlocker", /*german*/ "ein Meisterentsperrer", /*french*/ "un Kit de Déverrouillage") });
|
||||
// /*spanish*/un desbloqueador maestro
|
||||
hintTextTable[RHT_QUIVER_INF] = HintText(CustomMessage("", /*german*/"!!!", /*french*/"!!!"),
|
||||
{
|
||||
CustomMessage("", /*german*/"!!!", /*french*/"!!!"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user