Changed craft times for all items,buildings, researches and added research that can change game stats/effects.
This commit is contained in:
@@ -94,6 +94,7 @@ public partial class World : Node3D
|
||||
private void ResetRunState()
|
||||
{
|
||||
survival = new SurvivalState();
|
||||
robotStats = new RobotStats();
|
||||
inventory = new Inventory();
|
||||
availableResearch = ResourceLoader.LoadResearch();
|
||||
robots.Clear();
|
||||
|
||||
Reference in New Issue
Block a user