Added research state to harvest and crafting
This commit is contained in:
@@ -37,6 +37,6 @@ public class GameResource
|
||||
|
||||
public bool CanExtract()
|
||||
{
|
||||
return isEndless || currentAmount > 0;
|
||||
return (isEndless || currentAmount > 0) && GameData.availableResearch[item.Research].state == ResearchState.RESEARCHED;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user