Remove old FIXME as it is not relevant anymore
This commit is contained in:
parent
8b6b04c9f0
commit
0a2dac8fbc
1
init.lua
1
init.lua
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user