ad el adamo boiler

This commit is contained in:
Brevven 2022-07-17 23:29:50 -07:00
parent 60e4082ad1
commit ae0686c914
10 changed files with 80 additions and 22 deletions

4
me.lua
View file

@ -3,6 +3,10 @@ local me = {}
me.name = "bzgas"
me.list = {}
function me.use_boiler()
return me.get_setting("bzgas-boiler")
end
function me.use_phenol()
return me.get_setting("bzgas-more-intermediates") == "phenol"
end