Added research state to harvest and crafting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user