mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Make creatures use fHandToHandReach
This commit is contained in:
parent
c98d4e0473
commit
3f6543860a
@ -491,17 +491,9 @@ namespace MWMechanics
|
|||||||
|
|
||||||
if (mWeapon.isEmpty())
|
if (mWeapon.isEmpty())
|
||||||
{
|
{
|
||||||
if (!mIsNpc)
|
static float fHandToHandReach =
|
||||||
{
|
MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find("fHandToHandReach")->getFloat();
|
||||||
return fCombatDistance;
|
return fHandToHandReach * fCombatDistance;
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
static float fHandToHandReach =
|
|
||||||
MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find("fHandToHandReach")->getFloat();
|
|
||||||
|
|
||||||
return fHandToHandReach * fCombatDistance;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const ESM::Weapon* weapon = mWeapon.get<ESM::Weapon>()->mBase;
|
const ESM::Weapon* weapon = mWeapon.get<ESM::Weapon>()->mBase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user