clean up some TODOs

This commit is contained in:
FaceDeer
2022-08-13 02:22:30 -06:00
parent 6408f6b64c
commit b4e9cfaa4c
8 changed files with 29 additions and 28 deletions

View File

@@ -50,7 +50,6 @@ df_caverns.register_biome_check(function(pos, heat, humidity)
if pos.y > y_max or pos.y < y_min then
return
end
-- TODO: account for perlin noise
return "oil_sea"
end)