From 0337d0f911f563ab972f36531aa33666ea099851 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 27 Jun 2020 08:17:26 -0400 Subject: [PATCH] Another replace all mistake --- mods/ITEMS/mcl_potions/splash.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_potions/splash.lua b/mods/ITEMS/mcl_potions/splash.lua index 7b6df8ab..05d1a66a 100644 --- a/mods/ITEMS/mcl_potions/splash.lua +++ b/mods/ITEMS/mcl_potions/splash.lua @@ -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", {