mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-03 02:53:08 -04:00
fix aurus memo temporarily disappearing
This commit is contained in:
+3
-2
@@ -466,8 +466,9 @@ void dSv_player_item_c::setLineUpItem() {
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
// Allow rando to use all item slots
|
||||
if (randomizer_IsActive()) {
|
||||
// Allow rando to use all item slots. Need to check for active randomizer hash instead of
|
||||
// randomizer being active because this gets run on file select
|
||||
if (!randomizer_GetContext().mHash.empty()) {
|
||||
if (mItems[7] != dItemNo_NONE_e) {
|
||||
mItemSlots[slot_idx] = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user