1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 21:29:03 +00:00

nicer auto sight range computation, and range(...) directive in the tes language

This commit is contained in:
Zeno Rogue
2021-07-30 11:49:13 +02:00
parent c8cbe55e1f
commit d0e7541b45
4 changed files with 33 additions and 9 deletions

View File

@@ -732,6 +732,7 @@ void geometry_information::prepare_basics() {
scalefactor = csc;
hcrossf = crossf = orbsize = hcrossf7 * csc;
hexf = rhexf = hexvdist = csc * .5;
base_distlimit = arb::current.range;
}
if(is_subcube_based(variation)) {