mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-03 00:06:49 +00:00
Merge branch 'shutup_no_one_cares' into 'master'
Ignore 0 attributes on dead NPCs See merge request OpenMW/openmw!2490
This commit is contained in:
commit
fd176d6faf
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