switch rare drops to stacked space logic

This commit is contained in:
Martin Michelsen
2026-04-03 18:24:41 -07:00
parent b704d827ed
commit 87e85932a4
8 changed files with 60 additions and 47 deletions
+3
View File
@@ -230,6 +230,9 @@ void Lobby::create_item_creator(Version logic_version) {
effective_section_id,
rand_crypt,
this->quest ? this->quest->meta.battle_rules : nullptr);
if (s->use_legacy_item_random_behavior) {
this->item_creator->set_legacy_replay();
}
}
uint8_t Lobby::effective_section_id() const {