mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05:00
Fix edge case of MS shuffle (#3364)
This commit is contained in:
parent
78ffb41cd2
commit
cf88b3d2bf
@ -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…
Reference in New Issue
Block a user