mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Potion Effects have different durations now
This commit is contained in:
@@ -90,7 +90,9 @@ public class BEffect {
|
||||
}
|
||||
|
||||
duration *= 20;
|
||||
duration /= type.getDurationModifier();
|
||||
if (!P.use1_14) {
|
||||
duration /= type.getDurationModifier();
|
||||
}
|
||||
type.createEffect(duration, lvl - 1).apply(player);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user