mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-23 00:28:51 -05:00
add back missing early break/return for bottle filling (#2817)
This commit is contained in:
parent
c3c97f207f
commit
f9a696e9bd
@ -2271,6 +2271,7 @@ u8 Item_Give(PlayState* play, u8 item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gSaveContext.inventory.items[temp + i] = item;
|
gSaveContext.inventory.items[temp + i] = item;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user