Quadshot balancing.
Allow Quadshot manual reload. Fix Biorifle still attempting to fire without ammo.
This commit is contained in:
parent
6cfac33e2c
commit
821447c38c
2 changed files with 10 additions and 2 deletions
|
|
@ -642,7 +642,10 @@ Class UBioRifle : UnrealWeapon
|
|||
}
|
||||
}
|
||||
if ( !(player.cmd.buttons&BT_ALTATTACK) )
|
||||
{
|
||||
invoker.bCharging = false;
|
||||
player.SetPSPrite(PSP_WEAPON,invoker.FindState("AltRelease"));
|
||||
}
|
||||
}
|
||||
action void A_BeginCharge()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue