cbnolok
cbnolok
A bunch of weapon or, in general, equippable item properties have missing functionality. A good start would be to port from 56d the ones already done and to make from...
Add missing clilocs when requesting tooltips and an ini switch to make sphere sending the magical properties clilocs only for identified items (attr_identified).
Right now the functions are stored in the profiler class as a linked list, which is needlessly slow. We might change that in the future to a std::vector or a...