updates, working well

This commit is contained in:
Brevven 2022-08-08 19:47:00 -07:00
parent 473206ff01
commit 2d59a511b0
24 changed files with 796 additions and 67 deletions

5
me.lua
View file

@ -3,6 +3,11 @@ local me = {}
me.name = "bzchlorine"
me.list = {}
function me.more()
if me.get_setting("bz-all-intermediates") then return true end
return me.get_setting("bzchlorine-more-intermediates") == "yes"
end
function me.salt()
return me.get_setting("bzchlorine-salt")
end