mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-14 13:35:23 +01:00
clean up some TODOs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user