mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Rename stick and nut capacity settings in save editor (#4825)
This commit is contained in:
parent
5d6f20bf55
commit
707b135711
1 changed files with 2 additions and 2 deletions
|
@ -1133,7 +1133,7 @@ void DrawEquipmentTab() {
|
||||||
"20",
|
"20",
|
||||||
"30",
|
"30",
|
||||||
};
|
};
|
||||||
DrawUpgrade("Sticks", UPG_STICKS, stickNames);
|
DrawUpgrade("Deku Stick Capacity", UPG_STICKS, stickNames);
|
||||||
|
|
||||||
const std::vector<std::string> nutNames = {
|
const std::vector<std::string> nutNames = {
|
||||||
"None",
|
"None",
|
||||||
|
@ -1141,7 +1141,7 @@ void DrawEquipmentTab() {
|
||||||
"30",
|
"30",
|
||||||
"40",
|
"40",
|
||||||
};
|
};
|
||||||
DrawUpgrade("Deku Nuts", UPG_NUTS, nutNames);
|
DrawUpgrade("Deku Nut Capacity", UPG_NUTS, nutNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draws a toggleable icon for a quest item that is faded when disabled
|
// Draws a toggleable icon for a quest item that is faded when disabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue