mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 20:24:47 -04:00
patch seLineUpItem to use all item slots
This commit is contained in:
@@ -442,6 +442,13 @@ void dSv_player_item_c::setLineUpItem() {
|
||||
slot_idx++;
|
||||
}
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
// Allow rando to use all item slots
|
||||
if (dComIfG_isRandomizer()) {
|
||||
mItemSlots[23] = 7;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
u8 dSv_player_item_c::getLineUpItem(int i_slotNo) const {
|
||||
|
||||
Reference in New Issue
Block a user