use round instead

This commit is contained in:
Couls
2019-07-15 20:47:40 -04:00
parent 10a2915c59
commit 4eb2af193d
@@ -90,7 +90,7 @@
UI_style_alpha='[UI_style_alpha]',
be_role='[sanitizeSQL(list2params(be_special))]',
default_slot='[default_slot]',
toggles='[num2text(toggles, Ceiling(log(10, (TOGGLES_TOTAL+1))))]',
toggles='[num2text(toggles, round(log(10, TOGGLES_TOTAL)) + 1)]',
atklog='[atklog]',
sound='[sound]',
randomslot='[randomslot]',