mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
make lowercase to conform to Wuzzy's previous commit.
This commit is contained in:
parent
5e26cfcf3d
commit
0a5cb628c5
@ -70,7 +70,7 @@ local function register_potion(def)
|
||||
_tt = "1/2 heart/"..effect.."s | "..time_string(dur)
|
||||
end
|
||||
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
|
||||
_tt = tt or time_string(dur) or S("No effect")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user