A new build of POL 099 is out fixing the Accessible issue.
This is POL version 099.1 available on the
Downlods page. I realizrd I had some dates wrong before. The files were correct though. Hopefully all the dates are correct now
From the core-changes.txt:
Code: Select all
-- POL099.1 --
02-11-2018 Nando:
Added: range parameter to Accessible(chr, item, range := ACCESSIBLE_DEFAULT).
Valid values: range >= 0, range == ACCESSIBLE_DEFAULT or range == ACCESSIBLE_IGNOREDISTANCE.
The default range will be defined as the servspecopt entry "DefaultAccessibleRange". If that
entry doesn't exist, the "DefaultDoubleclickRange" will be used instead (which defaults to 2).
Fixed: Accessible(chr, item) now checks for the distance to the item. Differently from the distance
of 2 tiles the docs stated, the allowed distance before was about 18 tiles. To recover the old behavior,
use ACCESSIBLE_IGNOREDISTANCE as range.