mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Ignore 0 attributes on dead NPCs
This commit is contained in:
parent
45e673564f
commit
45cd5bdbd7
@ -661,7 +661,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (npc.mNpdt.mHealth != 0)
|
||||||
{
|
{
|
||||||
if (npc.mNpdt.mStrength == 0)
|
if (npc.mNpdt.mStrength == 0)
|
||||||
messages.add(id, "Strength is equal to zero", "", CSMDoc::Message::Severity_Warning);
|
messages.add(id, "Strength is equal to zero", "", CSMDoc::Message::Severity_Warning);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user