Feature #1154 Not all NPCs get aggressive when one is attacked

Compiling fix
actorid
Jeffrey Haines 11 years ago
parent 6c866deb1b
commit 98fd381564

@ -843,7 +843,7 @@ namespace MWMechanics
// TODO: An actor reacts differently based on different values of AI_Fight and AI_Flee.
// Actor has reported the crime, will the actor fight the offender?
if (creatureStats.getAiSetting(CreatureStats::AI_Fight).getModified > 0)
if (creatureStats.getAiSetting(CreatureStats::AI_Fight).getModified() > 0)
{
creatureStats.getAiSequence().stack(AiCombat(offender));
creatureStats.setHostile(true);

Loading…
Cancel
Save