Extractible tweak - Allow grinding and juicing (#5112)
This commit is contained in:
@@ -17,11 +17,11 @@ namespace Content.Server.Kitchen.Components
|
||||
public override string Name => "Extractable";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("result")]
|
||||
public Solution ResultSolution = new();
|
||||
[DataField("juiceSolution")]
|
||||
public Solution? JuiceSolution;
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("extractableSolution")]
|
||||
[DataField("grindableSolutionName")]
|
||||
public string? GrindableSolution;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user