Skip to content

Commit

Permalink
Rename stick and nut capacity settings in save editor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Jan 7, 2025
1 parent 6ec7196 commit 54cfd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soh/soh/Enhancements/debugger/debugSaveEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,15 +1133,15 @@ void DrawEquipmentTab() {
"20",
"30",
};
DrawUpgrade("Sticks", UPG_STICKS, stickNames);
DrawUpgrade("Deku Stick Capacity", UPG_STICKS, stickNames);

const std::vector<std::string> nutNames = {
"None",
"20",
"30",
"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
Expand Down

0 comments on commit 54cfd1d

Please sign in to comment.