adding achievements! Almost all untested yet.

This commit is contained in:
FaceDeer
2022-08-18 21:40:45 -06:00
parent 179e113acd
commit d4fb94acfd
53 changed files with 912 additions and 10 deletions

View File

@ -310,6 +310,8 @@ local get_pit = function(pos)
return {location = location, radius = radius, variance = variance, depth = depth}
end
df_caverns.get_nearest_glowing_pit = get_pit
local perlin_pit = {
offset = 0,
scale = 1,