Add manipulation action flag and starting quality field

This commit is contained in:
Asriel Camora
2023-06-23 03:02:03 -07:00
parent de2feb2b34
commit 37156c7f33
5 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public struct SimulationState
StepCount = 0;
Progress = 0;
Quality = 0;
Quality = input.StartingQuality;
Durability = Input.Recipe.MaxDurability;
CP = Input.Stats.CP;
Condition = Condition.Normal;