From 5dce3ed955edb6d1f68b350cbdf9487c078bbcd5 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 10 May 2020 01:10:42 +0200 Subject: [PATCH] Inventory System Implemented Into AI --- Game1/Sources/Smart/AI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game1/Sources/Smart/AI.cs b/Game1/Sources/Smart/AI.cs index 19a58bf..18a68a5 100644 --- a/Game1/Sources/Smart/AI.cs +++ b/Game1/Sources/Smart/AI.cs @@ -93,7 +93,7 @@ class AI } newTarget = GetMinFNode(Math.Min(testsize, count), queue); - return newTarget; + return newTarget; } public Farm changeCropStatus()