mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-22 06:57:42 -05:00
Update InventoryPouch.cs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user