File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Ronin.rte/Devices/Weapons Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function Update(self)
20
20
if self .pullTimer :IsPastSimMS (15000 / self .RateOfFire ) then
21
21
if not self .playedSound then
22
22
parent :GetController ():SetState (Controller .AIM_SHARP , false );
23
- self .boltPullSound :Play (self .Pos );
23
+ -- self.boltPullSound:Play(self.Pos); --TODO: Separate the bolt pull sound from FireSound
24
24
self .playedSound = true ;
25
25
end
26
26
if self .shell then
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function Update(self)
19
19
if not self .loaded and self .RoundInMagCount > 0 and not self .reloadCycle then
20
20
if self .pullTimer :IsPastSimMS (15000 / self .RateOfFire ) then
21
21
if not self .playedSound then
22
- self .cockSound :Play (self .Pos );
22
+ -- self.cockSound:Play(self.Pos); --TODO: Separate the cocking sound from FireSound
23
23
self .playedSound = true ;
24
24
end
25
25
if self .shell then
You can’t perform that action at this time.
0 commit comments