Added vomiting, "-all" for Words

This commit is contained in:
Sn0wStorm
2013-07-03 00:31:34 +02:00
parent 09c1e84317
commit 6e2df99c14
6 changed files with 101 additions and 13 deletions
+2 -2
View File
@@ -62,13 +62,13 @@ public class BIngredients {
new Brew(uid, quality, cookRecipe, new BIngredients(ingredients, cookedTime));
cookedName = cookRecipe.getName(quality);
potion.setDurability(Brew.PotionColor.valueOf(cookRecipe.getColor()).getColorId(false));
potion.setDurability(Brew.PotionColor.valueOf(cookRecipe.getColor()).getColorId(true));
} else {
// new base potion
new Brew(uid, new BIngredients(ingredients, cookedTime));
if (state == 0) {// TODO sonst 1
if (state == 1) {
cookedName = "Schlammiger Sud";
potion.setDurability(Brew.PotionColor.BLUE.getColorId(false));
} else {