mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -07:00
Fix preset strings for spocks (#3349)
This commit is contained in:
parent
36617cb77d
commit
678578823f
1 changed files with 2 additions and 2 deletions
|
@ -816,7 +816,7 @@ const std::vector<PresetEntry> spockRacePresetEntries = {
|
||||||
PRESET_ENTRY_S32("gRandomizeDampeHint", 1),
|
PRESET_ENTRY_S32("gRandomizeDampeHint", 1),
|
||||||
PRESET_ENTRY_S32("gRandomizeDoorOfTime", RO_DOOROFTIME_OPEN),
|
PRESET_ENTRY_S32("gRandomizeDoorOfTime", RO_DOOROFTIME_OPEN),
|
||||||
PRESET_ENTRY_S32("gRandomizeEnableBombchuDrops", 1),
|
PRESET_ENTRY_S32("gRandomizeEnableBombchuDrops", 1),
|
||||||
PRESET_ENTRY_STRING("gRandomizeExcludedLocations", "78,142,143,228,"),
|
PRESET_ENTRY_STRING("gRandomizeExcludedLocations", "78,143,144,229,"),
|
||||||
PRESET_ENTRY_S32("gRandomizeForest", RO_FOREST_OPEN),
|
PRESET_ENTRY_S32("gRandomizeForest", RO_FOREST_OPEN),
|
||||||
PRESET_ENTRY_S32("gRandomizeFullWallets", 1),
|
PRESET_ENTRY_S32("gRandomizeFullWallets", 1),
|
||||||
PRESET_ENTRY_S32("gRandomizeGanonTrial", RO_GANONS_TRIALS_SKIP),
|
PRESET_ENTRY_S32("gRandomizeGanonTrial", RO_GANONS_TRIALS_SKIP),
|
||||||
|
@ -908,7 +908,7 @@ const std::vector<PresetEntry> spockRaceNoLogicPresetEntries = {
|
||||||
PRESET_ENTRY_S32("gRandomizeDampeHint", 1),
|
PRESET_ENTRY_S32("gRandomizeDampeHint", 1),
|
||||||
PRESET_ENTRY_S32("gRandomizeDoorOfTime", RO_DOOROFTIME_OPEN),
|
PRESET_ENTRY_S32("gRandomizeDoorOfTime", RO_DOOROFTIME_OPEN),
|
||||||
PRESET_ENTRY_S32("gRandomizeEnableBombchuDrops", 1),
|
PRESET_ENTRY_S32("gRandomizeEnableBombchuDrops", 1),
|
||||||
PRESET_ENTRY_STRING("gRandomizeExcludedLocations", "78,142,143,228,"),
|
PRESET_ENTRY_STRING("gRandomizeExcludedLocations", "78,143,144,229,"),
|
||||||
PRESET_ENTRY_S32("gRandomizeForest", RO_FOREST_OPEN),
|
PRESET_ENTRY_S32("gRandomizeForest", RO_FOREST_OPEN),
|
||||||
PRESET_ENTRY_S32("gRandomizeFullWallets", 1),
|
PRESET_ENTRY_S32("gRandomizeFullWallets", 1),
|
||||||
PRESET_ENTRY_S32("gRandomizeGanonTrial", RO_GANONS_TRIALS_SKIP),
|
PRESET_ENTRY_S32("gRandomizeGanonTrial", RO_GANONS_TRIALS_SKIP),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue