mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
ADD: Exit Market at Night to rando preset (#2432)
This commit is contained in:
parent
3218b2def2
commit
177194ca5a
1 changed files with 2 additions and 0 deletions
|
@ -579,6 +579,8 @@ const std::vector<PresetEntry> randomizerPresetEntries = {
|
|||
PRESET_ENTRY_S32("gDampeWin", 1),
|
||||
// Skip Magic Arrow Equip Animation
|
||||
PRESET_ENTRY_S32("gSkipArrowAnimation", 1),
|
||||
// Exit Market at Night
|
||||
PRESET_ENTRY_S32("gMarketSneak", 1),
|
||||
|
||||
// Equip arrows on multiple slots
|
||||
PRESET_ENTRY_S32("gSeparateArrows", 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue