Red dot assigned to AK

This commit is contained in:
=
2021-09-16 20:19:09 +05:30
parent b391d45ee3
commit 13ffe9b18b
496 changed files with 420933 additions and 29425 deletions

View File

@@ -394,7 +394,7 @@ namespace HQFPSWeapons
bool airborneCondition = Player.IsGrounded.Get() || item.UseWhileAirborne;
bool canTryToAttack =
airborneCondition &&
// airborneCondition &&
(item.StaminaTakePerUse == 0f || Player.Stamina.Get() > item.StaminaTakePerUse);
if (!item.CanStopReloading && Player.Reload.Active)

View File

@@ -58,8 +58,9 @@ namespace HQFPSWeapons
RaycastHit hitInfo;
if (CheckGround(out hitInfo))
if (CheckGround(out hitInfo)){
SurfaceManager.SpawnEffect(hitInfo, footstepEffect, volumeFactor);
}
}
}