We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7af7 commit f6119fdCopy full SHA for f6119fd
Data/Browncoats.rte/Devices/Shields/Eruptor/Eruptor.lua
@@ -56,6 +56,7 @@ function ThreadedUpdate(self)
56
if self:IsActivated() then
57
if not self.Bashing then
58
self.bashWindupSound:Play(self.Pos);
59
+ self.bashSwingSound:Play(self.Pos);
60
self.hitMOTable = {};
61
self.Bashing = true;
62
self.bashTimer:Reset();
@@ -102,7 +103,6 @@ function ThreadedUpdate(self)
102
103
104
if not self.bashActive then
105
self.bashActive = true;
- self.bashSwingSound:Play(self.Pos);
106
end
107
self.StanceOffset = self.bashActiveStanceOffset;
108
self.SharpStanceOffset = self.bashActiveStanceOffset;
0 commit comments