forked from Mineclonia/Mineclonia
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)
|
_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 New Issue