1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-03 00:41:34 +00:00

Don't use blood effects for fatigue damage

This commit is contained in:
scrawl 2014-01-17 13:20:41 +01:00
parent 659d790048
commit 5fc38e7ac4

View file

@ -604,7 +604,8 @@ namespace MWClass
}
}
MWBase::Environment::get().getWorld()->spawnBloodEffect(victim, hitPosition);
if (healthdmg)
MWBase::Environment::get().getWorld()->spawnBloodEffect(victim, hitPosition);
othercls.onHit(victim, damage, healthdmg, weapon, ptr, true);
}