mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -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;
|
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_MASTER;
|
||||||
} else {
|
} else {
|
||||||
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
||||||
|
Flags_SetInfTable(INFTABLE_SWORDLESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gSaveContext.inventory.items[SLOT_NUT] != ITEM_NONE) {
|
if (gSaveContext.inventory.items[SLOT_NUT] != ITEM_NONE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue