mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 23:55:20 -07:00
Rearrangement of the currencies in randomizer.cpp
This commit is contained in:
parent
e4dd4e897e
commit
0bd9829996
1 changed files with 190 additions and 192 deletions
|
@ -65,8 +65,7 @@ const std::string Randomizer::NaviRandoMessageTableID = "RandomizerNavi";
|
|||
const std::string Randomizer::IceTrapRandoMessageTableID = "RandomizerIceTrap";
|
||||
const std::string Randomizer::randoMiscHintsTableID = "RandomizerMiscHints";
|
||||
|
||||
static const char* englishRupeeNames[190] = {
|
||||
"[P]",
|
||||
static const char* englishRupeeNames[190] = { "[P]",
|
||||
"Bad RNG Rolls",
|
||||
"Baht",
|
||||
"Bananas",
|
||||
|
@ -255,8 +254,7 @@ static const char* englishRupeeNames[190] = {
|
|||
"Yen",
|
||||
"Yuan",
|
||||
"Zenny",
|
||||
"Zorkmids"
|
||||
};
|
||||
"Zorkmids" };
|
||||
|
||||
static const char* germanRupeeNames[80] = {
|
||||
"Baht", "Bananen", "Bitcoin", "Bonbons", "Bratwürste", "Brause UFOs", "Brötchen", "Cent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue