mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
update data for flow node usage
This commit is contained in:
@@ -635,6 +635,10 @@ namespace randomizer::logic::hints {
|
||||
|
||||
static void AssignHintSignHints(const location::LocationPool& hintSigns, std::vector<Hint> hints, world::World* world) {
|
||||
size_t hintsPerSign = std::ceil(static_cast<double>(hints.size()) / static_cast<double>(hintSigns.size()));
|
||||
// Don't bother placing hints if there are none
|
||||
if (hintsPerSign == 0) {
|
||||
return;
|
||||
}
|
||||
auto& worlds = world->GetRandomizer()->GetWorlds();
|
||||
auto& hintSignHints = world->GetHintSignHints();
|
||||
auto hintSignHintsOriginal = hintSignHints;
|
||||
|
||||
Reference in New Issue
Block a user