Some more merge fixes

This commit is contained in:
Sn0wStorm
2019-10-12 14:47:01 +02:00
parent 4a1f606e99
commit d355966d42
4 changed files with 3 additions and 4 deletions
+2
View File
@@ -46,6 +46,7 @@ public class Brew {
public Brew(BIngredients ingredients) {
this.ingredients = ingredients;
touch();
}
// quality already set
@@ -53,6 +54,7 @@ public class Brew {
this.ingredients = ingredients;
this.quality = quality;
this.currentRecipe = recipe;
touch();
}
// loading with all values set