Decrease Drunkeness on Death

This commit is contained in:
Sn0wStorm
2013-09-07 19:27:46 +02:00
parent dcf92cf074
commit 080bcf2d76
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ public class BPlayer {
if (type.isInstant()) {
type.createEffect(0, duration - 1).apply(player);
} else {
int amplifier = brew.getQuality() / 3;
int amplifier = brew.getQuality() / 4;
duration /= type.getDurationModifier();
type.createEffect(duration * 20, amplifier).apply(player);
}