mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
make lowercase to conform to Wuzzy's previous commit.
This commit is contained in:
parent
5e26cfcf3d
commit
0a5cb628c5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ local function register_potion(def)
|
||||||
_tt = "1/2 heart/"..effect.."s | "..time_string(dur)
|
_tt = "1/2 heart/"..effect.."s | "..time_string(dur)
|
||||||
end
|
end
|
||||||
elseif def.name == "healing" or def.name == "harming" then
|
elseif def.name == "healing" or def.name == "harming" then
|
||||||
_tt = ((effect / 2) - ((effect / 2)% 0.5)).." Hearts"
|
_tt = ((effect / 2) - ((effect / 2)% 0.5)).." hearts"
|
||||||
else
|
else
|
||||||
_tt = tt or time_string(dur) or S("No effect")
|
_tt = tt or time_string(dur) or S("No effect")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue