diff --git a/mapgen.lua b/mapgen.lua index b28d962..1d3a95b 100644 --- a/mapgen.lua +++ b/mapgen.lua @@ -170,7 +170,7 @@ local function generate(p_minp, p_maxp, seed) vm:set_param2_data(p2data) end - if true or fun_caves.DEBUG then + if fun_caves.DEBUG then vm:set_lighting({day = 10, night = 10}) else -- set_lighting causes shadows diff --git a/textures/mymonths_sticks.png b/textures/mymonths_sticks.png index e7775ee..d441f7b 100644 Binary files a/textures/mymonths_sticks.png and b/textures/mymonths_sticks.png differ