ADD: Exit Market at Night to rando preset (#2432)

This commit is contained in:
PurpleHato
2023-02-06 23:06:40 +01:00
committed by GitHub
parent 3218b2def2
commit 177194ca5a

View File

@@ -579,6 +579,8 @@ const std::vector<PresetEntry> randomizerPresetEntries = {
PRESET_ENTRY_S32("gDampeWin", 1), PRESET_ENTRY_S32("gDampeWin", 1),
// Skip Magic Arrow Equip Animation // Skip Magic Arrow Equip Animation
PRESET_ENTRY_S32("gSkipArrowAnimation", 1), PRESET_ENTRY_S32("gSkipArrowAnimation", 1),
// Exit Market at Night
PRESET_ENTRY_S32("gMarketSneak", 1),
// Equip arrows on multiple slots // Equip arrows on multiple slots
PRESET_ENTRY_S32("gSeparateArrows", 1), PRESET_ENTRY_S32("gSeparateArrows", 1),