mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Another replace all mistake
This commit is contained in:
parent
c1321ce575
commit
0337d0f911
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@ register_splash("slowness_2", "Splash Slowness IV", "#000080", {
|
||||||
})
|
})
|
||||||
|
|
||||||
register_splash("slowness_plus", "Splash Slowness +", "#000066", {
|
register_splash("slowness_plus", "Splash Slowness +", "#000066", {
|
||||||
potion_fun = function(player, redx) mcl_potions.swiftness_func(player, 0.85, splash_DUR_pl*mcl_potions.INV_FACTOR = 0.50
|
potion_fun = function(player, redx) mcl_potions.swiftness_func(player, 0.85, splash_DUR_pl*mcl_potions.INV_FACTOR*redx) end
|
||||||
*redx) end
|
|
||||||
})
|
})
|
||||||
|
|
||||||
register_splash("poison", "Splash Poison", "#335544", {
|
register_splash("poison", "Splash Poison", "#335544", {
|
||||||
|
|
Loading…
Reference in a new issue