forked from VoxeLibre/VoxeLibre
Comment strength/weakness
This commit is contained in:
parent
ac13dd2a71
commit
0422a6410e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue