mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 15:21:51 +00:00
CVS made me commit with a blank message... assault cannon tweaks here
This commit is contained in:
parent
6703c3fffd
commit
30894808e8
1 changed files with 2 additions and 2 deletions
|
@ -661,7 +661,7 @@ void() player_assaultcannonup2 =[$nailatt1, player_assaultcannonup1 ]
|
|||
self.heat = self.heat + 1;
|
||||
if (self.heat >= 10)
|
||||
{
|
||||
sound (self, CHAN_AUTO, "weapons/asscan4.wav", 1, ATTN_NORM);
|
||||
sound (self, CHAN_WEAPON, "weapons/asscan4.wav", 1, ATTN_NORM);
|
||||
self.heat = 0;
|
||||
player_assaultcannon1();
|
||||
}
|
||||
|
@ -759,7 +759,7 @@ void() player_assaultcannon2 =[$nailatt2, player_assaultcannon1 ]
|
|||
void() player_assaultcannondown1 =[$nailatt1, player_assaultcannondown1 ]
|
||||
{
|
||||
if (self.count == 1)
|
||||
sound (self, CHAN_AUTO, "weapons/asscan3.wav", 1, ATTN_NORM);
|
||||
sound (self, CHAN_WEAPON, "weapons/asscan3.wav", 1, ATTN_NORM);
|
||||
|
||||
if (self.count >= 15) {
|
||||
self.heat = 0;
|
||||
|
|
Loading…
Reference in a new issue