Added files via upload
This commit is contained in:
parent
3272bf6e24
commit
d0cc33f502
|
@ -89,7 +89,7 @@ namespace CustomShopMod
|
||||||
count = Convert.ToInt32(string_count_id_arr[i]);
|
count = Convert.ToInt32(string_count_id_arr[i]);
|
||||||
price = Convert.ToInt32(string_price_id);
|
price = Convert.ToInt32(string_price_id);
|
||||||
i++;
|
i++;
|
||||||
if (quantity * price <= 999)
|
if (quantity * count <= 999)
|
||||||
{
|
{
|
||||||
if (StardewModdingAPI.Entities.SPlayer.Player.money >= quantity * price)
|
if (StardewModdingAPI.Entities.SPlayer.Player.money >= quantity * price)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue