mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fixed Turtle Master potions giving no effects
This commit is contained in:
@@ -185,13 +185,16 @@ final class PotionType{
|
|||||||
new EffectInstance(VanillaEffects::WITHER(), 800, 1)
|
new EffectInstance(VanillaEffects::WITHER(), 800, 1)
|
||||||
]),
|
]),
|
||||||
new self("turtle_master", "Turtle Master", fn() => [
|
new self("turtle_master", "Turtle Master", fn() => [
|
||||||
//TODO
|
new EffectInstance(VanillaEffects::SLOWNESS(), 20 * 20, 3),
|
||||||
|
new EffectInstance(VanillaEffects::RESISTANCE(), 20 * 20, 2),
|
||||||
]),
|
]),
|
||||||
new self("long_turtle_master", "Long Turtle Master", fn() => [
|
new self("long_turtle_master", "Long Turtle Master", fn() => [
|
||||||
//TODO
|
new EffectInstance(VanillaEffects::SLOWNESS(), 40 * 20, 3),
|
||||||
|
new EffectInstance(VanillaEffects::RESISTANCE(), 40 * 20, 2),
|
||||||
]),
|
]),
|
||||||
new self("strong_turtle_master", "Strong Turtle Master", fn() => [
|
new self("strong_turtle_master", "Strong Turtle Master", fn() => [
|
||||||
//TODO
|
new EffectInstance(VanillaEffects::SLOWNESS(), 20 * 20, 5),
|
||||||
|
new EffectInstance(VanillaEffects::RESISTANCE(), 20 * 20, 3),
|
||||||
]),
|
]),
|
||||||
new self("slow_falling", "Slow Falling", fn() => [
|
new self("slow_falling", "Slow Falling", fn() => [
|
||||||
//TODO
|
//TODO
|
||||||
|
Reference in New Issue
Block a user