Actions
Bug #120
openBug Report
Start date:
11/04/2020
Due date:
% Done:
0%
Estimated time:
reported_by:
Hilapdatus
Description
NPCs can't seem to 'cast <spell> at <target>'. It appears as though can_cast_str_at_liv() returns 1 and all of its dependencies are succeeding and yet the result from can_cast_str(), which is a negative-based string result, is being utilized. While checking this out I found a big bug in CAST_D where the spell_type (CAST_AT, CAST_ON, etc) was being compared to spell_category (SC_COMBAT, SC_DEFENSE, etc). I fixed that bug....
0
Actions