mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Don't use blood effects for fatigue damage
This commit is contained in:
parent
659d790048
commit
5fc38e7ac4
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user