Fix gamepad slowdown aimassist mask to fix slowdown not being active when having scrambler perk equipped
This commit is contained in:
parent
da669cccc0
commit
966d7c23f3
@ -541,7 +541,7 @@ namespace Components
|
||||
if (ps->weaponState >= Game::WEAPON_STUNNED_START && ps->weaponState <= Game::WEAPON_STUNNED_END)
|
||||
return false;
|
||||
|
||||
if (ps->eFlags & 0x300800)
|
||||
if (ps->eFlags & 0x100C00)
|
||||
return false;
|
||||
|
||||
if (!ps->hasAmmo)
|
||||
|
Loading…
Reference in New Issue
Block a user