You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add argument depositToFront to AHuman::EquipShieldInBGArm, argument not exposed to lua yet. Remove code for putting away and retrieving offhand when proning/crouching/climbing. This would probably have been better done before midnight, will review.
// If we're holding a shield, but aren't supposed to, because we need to support the FG hand's two-handed device, then let go of the shield and put it back in inventory.
1008
1008
if (m_pFGArm && m_pFGArm->IsAttached() && m_pFGArm->GetHeldDevice() && !m_pFGArm->GetHeldDevice()->IsOneHanded()) {
0 commit comments