Update InventoryPouch.cs

This commit is contained in:
Kurt
2025-05-08 18:42:15 -05:00
parent af8cb884e6
commit dc0dbbe340

View File

@@ -280,7 +280,8 @@ public bool IsValidItemAndCount(ITrainerInfo sav, int item, bool HasNew, bool Ha
return false;
}
count = GetSuggestedItemCount(sav, item, count);
if (count > 0)
count = GetSuggestedItemCount(sav, item, count);
return true;
}