Quadshot balancing.

Allow Quadshot manual reload.
Fix Biorifle still attempting to fire without ammo.
This commit is contained in:
Marisa the Magician 2019-09-12 21:37:33 +02:00
commit 821447c38c
2 changed files with 10 additions and 2 deletions

View file

@ -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()
{