Hey, all, I've noticed a bug--or, more accurately, noticed that behavior *was* a bug--with the display of Path of the Sun (the Sun Paladin talent) in ASCII mode. With the standard tileset, the squares that are affected by Path get a nice yellow border on them to show you where it's safe to step, but this doesn't appear in ASCII mode. I habitually play ASCII mode, and I just never knew there was supposed to be a border; I didn't actually realize that there was supposed to be one until I started working on a mod to do something similar, and found code that seemed to be doing something I didn't recognize.
There are some related Lua errors in the logs:
Code: Select all
Map z-callback error: Z 19: /engine/Map.lua:1164: attempt to index a nil value
Map z-callback error: Z 19: /engine/Map.lua:1179: attempt to index a nil value
Map z-callback error: Z 19: /engine/Map.lua:1179: attempt to index a nil value
...
The line 1179 error is repeated a *lot*.
Thanks!