poe soul option swap

This commit is contained in:
gymnast86
2026-05-16 01:56:37 -07:00
parent 63a91bffde
commit 95c1a93332
@@ -558,8 +558,8 @@ namespace randomizer::logic::world
// Vanilla Poe Souls
(originalItemName == "Poe Soul" &&
(this->Setting("Poe Souls") == "Vanilla" ||
(this->Setting("Poe Souls") == "Dungeon" && location->HasCategories("Dungeon")) ||
(this->Setting("Poe Souls") == "Overworld" && location->HasCategories("Overworld")))) ||
(this->Setting("Poe Souls") == "Dungeon" && location->HasCategories("Overworld")) ||
(this->Setting("Poe Souls") == "Overworld" && location->HasCategories("Dungeon")))) ||
// Vanilla Golden Bugs
(this->Setting("Golden Bugs") == "Off" && location->HasCategories("Golden Bug")) ||
// Sky Characters