Skip to content

Commit c8af2b4

Browse files
committed
tiny fixes
1 parent ba394d3 commit c8af2b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Data/Browncoats.rte/Actors/Turrets/Thunderer/ThundererGun.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ function Update(self)
145145
self.servoMoving = true;
146146
end
147147
end
148+
else
149+
self.servoLoopSound.Volume = 0;
148150
end
149151

150152
if self:DoneReloading() then

Data/Coalition.rte/Actors/Turrets/BunkerCannon/BunkerCannonGun.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ function Update(self)
119119
self.servoMoving = true;
120120
end
121121
end
122+
else
123+
self.servoLoopSound.Volume = 0;
122124
end
123125

124126
-- Mathemagical firing anim by filipex

0 commit comments

Comments
 (0)