Added research state to harvest and crafting

This commit is contained in:
2026-05-08 20:15:09 +02:00
parent 032836b9ec
commit 342b6e490f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class HarvestNode : ProgramNode
if (!tile.resource.CanExtract())
{
lastExecutionMessage = "Resource is depleted and not endless";
lastExecutionMessage = "Resource is depleted and not endless or you haven't unlocked it yet";
return NodeResult.SUCCESS;
}