mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-12 08:06:20 -07:00
add back missing early break/return for bottle filling (#2817)
This commit is contained in:
parent
c3c97f207f
commit
f9a696e9bd
1 changed files with 1 additions and 0 deletions
|
@ -2271,6 +2271,7 @@ u8 Item_Give(PlayState* play, u8 item) {
|
|||
}
|
||||
|
||||
gSaveContext.inventory.items[temp + i] = item;
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue