mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 00:53:07 -07:00
use enum for keysanity (#2044)
This commit is contained in:
parent
b976ef58fe
commit
17c6a3653c
5 changed files with 10 additions and 7 deletions
|
@ -473,8 +473,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
|
|||
GiveLinkRupees(9001);
|
||||
}
|
||||
|
||||
// "Start with" == 0 for Keysanity
|
||||
if(Randomizer_GetSettingValue(RSK_KEYSANITY) == 0) {
|
||||
if(Randomizer_GetSettingValue(RSK_KEYSANITY) == RO_DUNGEON_ITEM_LOC_STARTWITH) {
|
||||
// TODO: If master quest there are different key counts
|
||||
gSaveContext.inventory.dungeonKeys[SCENE_BMORI1] = FOREST_TEMPLE_SMALL_KEY_MAX; // Forest
|
||||
gSaveContext.sohStats.dungeonKeys[SCENE_BMORI1] = FOREST_TEMPLE_SMALL_KEY_MAX; // Forest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue