mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-01 10:22:53 -04:00
rando: remove vanilla (#5805)
This commit is contained in:
@@ -1554,7 +1554,7 @@ bool IsCheckShuffled(RandomizerCheck rc) {
|
||||
if (loc->GetRCType() == RCTYPE_SHOP) {
|
||||
auto identity = OTRGlobals::Instance->gRandomizer->IdentifyShopItem(loc->GetScene(), loc->GetActorParams() + 1);
|
||||
}
|
||||
if (IS_RANDO && OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_LOGIC_RULES) != RO_LOGIC_VANILLA) {
|
||||
if (IS_RANDO) {
|
||||
return (loc->GetArea() != RCAREA_INVALID) && // don't show Invalid locations
|
||||
(loc->GetRCType() != RCTYPE_GOSSIP_STONE) && // TODO: Don't show hints until tracker supports them
|
||||
(loc->GetRCType() != RCTYPE_STATIC_HINT) && // TODO: Don't show hints until tracker supports them
|
||||
|
||||
Reference in New Issue
Block a user