updates compat

This commit is contained in:
Brevven 2022-08-10 23:57:01 -07:00
parent ee250a2aa2
commit 7b3b574b1a
5 changed files with 170 additions and 39 deletions

1
me.lua
View file

@ -17,6 +17,7 @@ function me.use_boiler()
end
function me.use_phenol()
if me.get_setting("bz-all-intermediates") then return true end
return me.get_setting("bzgas-more-intermediates") == "phenol"
end