Buff boomstick
This commit is contained in:
parent
a3f4baabc6
commit
b3b107c8ec
3 changed files with 11 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
|||
class NiceBoomStickAltFire extends NiceBoomStickFire;
|
||||
// Overload to force last shot to have a different animation with reload
|
||||
// NICETODO: uncomment this
|
||||
function name GetCorrectAnim(bool bLoop, bool bAimed){
|
||||
function name GetCorrectAnim(bool bLoop, bool bAimed) {
|
||||
if(currentContext.sourceWeapon != none && currentContext.sourceWeapon.MagAmmoRemainingClient > 0)
|
||||
return super.GetCorrectAnim(bLoop, bAimed);
|
||||
return super.GetCorrectAnim(bLoop, bAimed);
|
||||
if(bAimed)
|
||||
return 'Fire_Last_Iron';
|
||||
return 'Fire_Last_Iron';
|
||||
else
|
||||
return 'Fire_Last';
|
||||
return 'Fire_Last';
|
||||
return FireAnim;
|
||||
}
|
||||
defaultproperties
|
||||
|
|
|
|||
|
|
@ -58,6 +58,6 @@ defaultproperties
|
|||
ShakeOffsetTime=3.500000
|
||||
BotRefireRate=2.500000
|
||||
aimerror=2.000000
|
||||
Spread=3000.000000
|
||||
Spread=2000.000000
|
||||
FireAnimRate=1.25
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue