Another replace all mistake

This commit is contained in:
Brandon 2020-06-27 08:17:26 -04:00
parent c1321ce575
commit 0337d0f911
1 changed files with 1 additions and 2 deletions

View File

@ -150,8 +150,7 @@ register_splash("slowness_2", "Splash Slowness IV", "#000080", {
})
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
*redx) end
potion_fun = function(player, redx) mcl_potions.swiftness_func(player, 0.85, splash_DUR_pl*mcl_potions.INV_FACTOR*redx) end
})
register_splash("poison", "Splash Poison", "#335544", {