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 f12a1ff commit 2492b43Copy full SHA for 2492b43
Data/Browncoats.rte/Devices/Shields/Eruptor/Eruptor.lua
@@ -51,6 +51,8 @@ end
51
52
function ThreadedUpdate(self)
53
54
+ self.hitActor = nil;
55
+
56
self.bashWindupSound.Pos = self.Pos;
57
self.bashSwingSound.Pos = self.Pos;
58
@@ -77,7 +79,6 @@ function ThreadedUpdate(self)
77
79
self.bashActive = false;
78
80
self.bashTimer:Reset();
81
self.bashCoolDown = true;
- self.hitActor = nil;
82
self.StanceOffset = self.origStanceOffset;
83
self.SharpStanceOffset = self.origSharpStanceOffset;
84
elseif self.bashTimer:IsPastSimMS(self.bashWindupTime) then
0 commit comments