diff --git a/source/spoiler_log.cpp b/source/spoiler_log.cpp index fe2efb02..3444c7d6 100644 --- a/source/spoiler_log.cpp +++ b/source/spoiler_log.cpp @@ -192,6 +192,8 @@ void WriteIngameSpoilerLog() { (Settings::GerudoFortress.Is(GERUDOFORTRESS_FAST) && loc->IsCategory(Category::cVanillaGFSmallKey) && loc->GetHintKey() != GF_NORTH_F1_CARPENTER)) { continue; + } else if (loc->IsCategory(Category::cFreestandingRupee) && !Settings::ShuffleRupees) { + continue; } // Copy at most 51 chars from the name and location name to avoid issues with names that don't fit on screen