mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Make creatures use fHandToHandReach
This commit is contained in:
parent
c98d4e0473
commit
3f6543860a
@ -491,17 +491,9 @@ namespace MWMechanics
|
||||
|
||||
if (mWeapon.isEmpty())
|
||||
{
|
||||
if (!mIsNpc)
|
||||
{
|
||||
return fCombatDistance;
|
||||
}
|
||||
else
|
||||
{
|
||||
static float fHandToHandReach =
|
||||
MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find("fHandToHandReach")->getFloat();
|
||||
|
||||
return fHandToHandReach * fCombatDistance;
|
||||
}
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user