Added files via upload

This commit is contained in:
janavarro95 2016-04-03 02:31:07 -07:00
parent 3272bf6e24
commit d0cc33f502
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace CustomShopMod
count = Convert.ToInt32(string_count_id_arr[i]);
price = Convert.ToInt32(string_price_id);
i++;
if (quantity * price <= 999)
if (quantity * count <= 999)
{
if (StardewModdingAPI.Entities.SPlayer.Player.money >= quantity * price)
{