mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-03 10:41:11 -04:00
Merge branch 'get-item-rework' into get-item-rework-rando-next
This commit is contained in:
@@ -6082,7 +6082,7 @@ s16 GetChestGameRandoGiDrawId(s8 room, s16 ogDrawId, GlobalContext* globalCtx) {
|
||||
GetItemEntry randoGetItem = GetChestGameRandoGetItem(room, ogDrawId, globalCtx);
|
||||
|
||||
if (randoGetItem.itemId != RG_NONE) {
|
||||
return ABS(randoGetItem.gi) - 1;
|
||||
return randoGetItem.gid;
|
||||
}
|
||||
|
||||
return ogDrawId;
|
||||
|
||||
Reference in New Issue
Block a user