diff --git a/Laptop/IMP Confirm.cpp b/Laptop/IMP Confirm.cpp index 40340279..396646ff 100644 --- a/Laptop/IMP Confirm.cpp +++ b/Laptop/IMP Confirm.cpp @@ -604,6 +604,9 @@ void GiveItemsToPC( UINT8 ubProfileId ) pProfile = &(gMercProfiles[ubProfileId]); + //shadooow: fixes mess in inventory when replacing dead/pow IMP + pProfile->clearInventory(); + // Flugente: if necessary, give us the gear we selected if ( IsIMPGearUsed() ) {