mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
caps for locations in altar text (#3004)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
a842894d0d
commit
af33897e4c
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ static Text BuildDungeonRewardText(const uint32_t itemKey) {
|
||||||
std::string rewardString = "$" + std::to_string(itemKey - KOKIRI_EMERALD);
|
std::string rewardString = "$" + std::to_string(itemKey - KOKIRI_EMERALD);
|
||||||
|
|
||||||
// RANDOTODO implement colors for locations
|
// RANDOTODO implement colors for locations
|
||||||
return Text()+rewardString+GetHintRegion(Location(location)->GetParentRegionKey())->GetHint().GetText()+"...^";
|
return Text()+rewardString+GetHintRegion(Location(location)->GetParentRegionKey())->GetHint().GetText().Capitalize()+"...^";
|
||||||
}
|
}
|
||||||
|
|
||||||
static Text BuildDoorOfTimeText() {
|
static Text BuildDoorOfTimeText() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue