We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4a335 commit 3f8aa32Copy full SHA for 3f8aa32
soh/soh/Enhancements/randomizer/location_access.cpp
@@ -786,6 +786,8 @@ bool BeanPlanted(const RandomizerGet bean) {
786
// flag irrelevant if plant won't spawn
787
if (!logic->HasItem(bean)) {
788
return false;
789
+ } else if (ctx->GetOption(RSK_SKIP_PLANTING_BEANS) && ctx->GetOption(RSK_STARTING_BEANS)) {
790
+ return true;
791
}
792
793
// swchFlag found using the Actor Viewer to get the Obj_Bean parameters & 0x3F
0 commit comments