Skip to content

Commit f6119fd

Browse files
committed
sound tweak
1 parent adb7af7 commit f6119fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Browncoats.rte/Devices/Shields/Eruptor/Eruptor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function ThreadedUpdate(self)
5656
if self:IsActivated() then
5757
if not self.Bashing then
5858
self.bashWindupSound:Play(self.Pos);
59+
self.bashSwingSound:Play(self.Pos);
5960
self.hitMOTable = {};
6061
self.Bashing = true;
6162
self.bashTimer:Reset();
@@ -102,7 +103,6 @@ function ThreadedUpdate(self)
102103

103104
if not self.bashActive then
104105
self.bashActive = true;
105-
self.bashSwingSound:Play(self.Pos);
106106
end
107107
self.StanceOffset = self.bashActiveStanceOffset;
108108
self.SharpStanceOffset = self.bashActiveStanceOffset;

0 commit comments

Comments
 (0)