make lowercase to conform to Wuzzy's previous commit.

This commit is contained in:
Brandon 2020-08-01 08:42:31 -04:00
parent 5e26cfcf3d
commit 0a5cb628c5
1 changed files with 1 additions and 1 deletions

View File

@ -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