diff options
| author | mckinlee <mckinlee@ymail.com> | 2026-03-19 21:43:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 21:43:04 -0400 |
| commit | 6eda20817dbccefd0ec85ec6e0671af950066092 (patch) | |
| tree | 4f9ff98ac58df79900d36f8cd22c50f2edc1da73 /mm/2s2h/Rando/StaticData/Options.cpp | |
| parent | ec9e755bb425700484f0b25182a35c79e6723968 (diff) | |
[Rando] Tycoon's Wallet (#1597)
* big boy wallet
* cleaner 4 digit support
* feedback
* #1605 explains this change
---------
Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com>
Diffstat (limited to 'mm/2s2h/Rando/StaticData/Options.cpp')
| -rw-r--r-- | mm/2s2h/Rando/StaticData/Options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/StaticData/Options.cpp b/mm/2s2h/Rando/StaticData/Options.cpp index c6fcca272..66a8b9610 100644 --- a/mm/2s2h/Rando/StaticData/Options.cpp +++ b/mm/2s2h/Rando/StaticData/Options.cpp @@ -60,6 +60,7 @@ std::map<RandoOptionId, RandoStaticOption> Options = { RO(RO_SHUFFLE_SWIM, RO_GENERIC_OFF), RO(RO_SHUFFLE_TINGLE_SHOPS, RO_GENERIC_OFF), RO(RO_SHUFFLE_TRAPS, RO_GENERIC_OFF), + RO(RO_SHUFFLE_TYCOON_WALLET, RO_GENERIC_OFF), RO(RO_SHUFFLE_TREE_DROPS, RO_GENERIC_OFF), RO(RO_SHUFFLE_TRIFORCE_PIECES, RO_GENERIC_OFF), RO(RO_SKULLTULA_TOKENS_MAX, SPIDER_HOUSE_TOKENS_REQUIRED), |
