mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-01 21:40:46 +00:00
o Fixed bug where the leap sometimes would not fire.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@505 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
d447d6cc67
commit
4e8744aff0
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ void AvHLeap::Spawn()
|
||||||
|
|
||||||
float AvHLeap::GetRateOfFire(void) const
|
float AvHLeap::GetRateOfFire(void) const
|
||||||
{
|
{
|
||||||
// Dunno why the 2 has to be there ...
|
return (float)BALANCE_VAR(kLeapROF);
|
||||||
return 2 * (float)BALANCE_VAR(kLeapROF);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AvHLeap::UsesAmmo(void) const
|
bool AvHLeap::UsesAmmo(void) const
|
||||||
|
|
Loading…
Reference in a new issue