This commit is contained in:
Joel 2020-05-07 20:07:11 +02:00
parent a54a7f914c
commit bfad241a74

View File

@ -25,7 +25,7 @@ class Crops
public void updateCrop(Vector2 newSize)
{
getProductionRate();
getProductionRate(DataSet);
if (UpdateCrop == 60)
{
degradeSoil();