mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 03:50:37 -07:00
Fix edge case of MS shuffle (#3364)
This commit is contained in:
parent
78ffb41cd2
commit
cf88b3d2bf
1 changed files with 1 additions and 0 deletions
|
@ -1469,6 +1469,7 @@ void Inventory_SwapAgeEquipment(void) {
|
|||
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_MASTER;
|
||||
} else {
|
||||
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
||||
Flags_SetInfTable(INFTABLE_SWORDLESS);
|
||||
}
|
||||
|
||||
if (gSaveContext.inventory.items[SLOT_NUT] != ITEM_NONE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue