This commit is contained in:
Brevven 2022-07-16 20:10:57 -07:00
parent 4e6fc4516a
commit 91365547c0
2 changed files with 26 additions and 0 deletions

4
me.lua
View file

@ -3,6 +3,10 @@ local me = {}
me.name = "bzgas"
me.list = {}
function me.use_phenol()
return me.get_setting("bzgas-more-intermediates") == "phenol"
end
function me.get_setting(name)
if settings.startup[name] == nil then
return nil