How to limit snake spawn for height?
Irremann opened this issue · 1 comments
Irremann commented
How to limit snake spawn for height? The snake appearing on the roof of my 100m skyscraper looks strange.
berengma commented
Yes that is true. Unfortunately they do not know the difference between skyscrapers and mountains.
In spawn.lua after line 220 add a new line with:
If surface.y > 50 then fits = false end
and no snakes will spawn over 50m height.