mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:45:36 +00:00
Ignore 0 attributes on dead NPCs
This commit is contained in:
parent
45e673564f
commit
45cd5bdbd7
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
|
|||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (npc.mNpdt.mHealth != 0)
|
||||
{
|
||||
if (npc.mNpdt.mStrength == 0)
|
||||
messages.add(id, "Strength is equal to zero", "", CSMDoc::Message::Severity_Warning);
|
||||
|
|
Loading…
Reference in a new issue