mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
Adds french text for the bean salesman
This commit is contained in:
parent
5842beeb55
commit
00838cb5b6
@ -3740,16 +3740,18 @@ void CreateScrubMessages() {
|
|||||||
std::to_string(price) + " Rubis%w!\x07\x10\xA3"
|
std::to_string(price) + " Rubis%w!\x07\x10\xA3"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
customMessageManager->CreateMessage(Randomizer::scrubMessageTableID, 0x405E,
|
customMessageManager->CreateMessage(
|
||||||
|
Randomizer::scrubMessageTableID, 0x405E,
|
||||||
{
|
{
|
||||||
TEXTBOX_TYPE_BLACK,
|
TEXTBOX_TYPE_BLACK,
|
||||||
TEXTBOX_POS_BOTTOM,
|
TEXTBOX_POS_BOTTOM,
|
||||||
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
|
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, "
|
||||||
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
|
"want to buy my&%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
|
||||||
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
|
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, "
|
||||||
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
|
"want to buy my&%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
|
||||||
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
|
"J'ai essayé d'être un vendeur de&haricots magiques, mais j'étais&mauvais au niveau du marketing et&ça me "
|
||||||
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
|
"courait sur le haricot...^Enfin bref, ça te dirait de m'acheter un&"
|
||||||
|
"%gobjet mystérieux%w pour 60 Rubis?\x1B&%gOui&Non%w",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user