mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
poe soul option swap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user