Comment strength/weakness

This commit is contained in:
Brandon 2020-07-10 19:26:30 -04:00
parent ac13dd2a71
commit 0422a6410e
1 changed files with 6 additions and 6 deletions

View File

@ -294,12 +294,12 @@ register_lingering("fire_resistance_plus", S("Lingering Fire Resistance Potion +
-- -- TODO: Fix tooltip
-- tt = time_string(mcl_potions.DURATION_2*0.25)
-- })
register_lingering("strength_plus", S("Lingering Strength Potion +"), "#D444E4", {
potion_fun = function(player) mcl_potions.strength_func(player, 3, mcl_potions.DURATION_PLUS*0.25) end,
-- TODO: Fix tooltip
tt = time_string(mcl_potions.DURATION_PLUS*0.25)
})
--
-- register_lingering("strength_plus", S("Lingering Strength Potion +"), "#D444E4", {
-- potion_fun = function(player) mcl_potions.strength_func(player, 3, mcl_potions.DURATION_PLUS*0.25) end,
-- -- TODO: Fix tooltip
-- tt = time_string(mcl_potions.DURATION_PLUS*0.25)
-- })
register_lingering("night_vision", S("Lingering Night Vision Potion"), "#1010AA", {
potion_fun = function(player) mcl_potions.night_vision_func(player, mcl_potions.DURATION*0.25) end,