Remove old FIXME as it is not relevant anymore

This commit is contained in:
Wuzzy 2016-12-28 23:01:15 +01:00
parent 8b6b04c9f0
commit 0a2dac8fbc

View File

@ -891,7 +891,6 @@ doc.add_category("nodes", {
dropstring_this = S("@1 (<0.5%)", dropstring_this)
else
-- Add circa indicator for percentages with decimal point
-- FIXME: Is this check actually reliable?
local fchance = string.format("%.0f", chance)
if math.fmod(chance, 1) > 0 then
dropstring_this = S("@1 (ca. @2%)", dropstring_this, fchance)