mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-12 12:18:32 -04:00
Bugfix, make entrance tracker track blue warps (#6888)
This commit is contained in:
@@ -941,8 +941,10 @@ void EntranceTrackerWindow::DrawElement() {
|
||||
continue;
|
||||
}
|
||||
|
||||
// RANDOTODO: Only show blue warps if bluewarp shuffle is on
|
||||
if (original->metaTag.ends_with("bw") || override->metaTag.ends_with("bw")) {
|
||||
// Only show blue warps if bluewarp shuffle is on
|
||||
if ((original->metaTag.ends_with("bw") || override->metaTag.ends_with("bw")) &&
|
||||
OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_DECOUPLED_ENTRANCES) ==
|
||||
RO_GENERIC_OFF) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user