Added new nodes to DSL for a wider variety of commands and scripts.
This commit is contained in:
@@ -8,7 +8,7 @@ public class Research
|
||||
public Research(ResearchData data)
|
||||
{
|
||||
this.data = data;
|
||||
state = ResearchState.UNDEFINED;
|
||||
state = data.Id == "basics" ? ResearchState.RESEARCHED : ResearchState.UNDEFINED;
|
||||
}
|
||||
|
||||
public ResearchResult Execute(double delta)
|
||||
|
||||
Reference in New Issue
Block a user