Adjustments and bugfixes.

This commit is contained in:
Marisa the Magician 2019-09-20 13:37:05 +02:00
commit e4c93e892b
7 changed files with 39 additions and 23 deletions

View file

@ -526,6 +526,7 @@ Class BigGun : UnrealWeapon
invoker.clipcount = -1;
A_QuakeEx(2,2,2,5,0,1,"",QF_RELATIVE|QF_SCALEDOWN,rollintensity:0.18);
A_PlaySound("big/punch",CHAN_WEAPON,Dampener.Active(self)?.3:1.);
if ( self is 'UTPlayer' ) UTPlayer(self).PlayReloading();
}
BIGR NOPQRSTUVWXYZ[\] 2;
BIR2 ABCDEF 2;
@ -536,6 +537,7 @@ Class BigGun : UnrealWeapon
invoker.Ammo1.Amount -= invoker.special1;
A_QuakeEx(1,1,1,3,0,1,"",QF_RELATIVE|QF_SCALEDOWN,rollintensity:0.12);
A_PlaySound("big/reload",CHAN_WEAPON,Dampener.Active(self)?.3:1.);
if ( self is 'UTPlayer' ) UTPlayer(self).PlayReloading();
}
BIR2 HIJKL 2;
BIR2 M 2