Skip to content

Commit 2492b43

Browse files
committed
review hitactor stuff
1 parent f12a1ff commit 2492b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ end
5151

5252
function ThreadedUpdate(self)
5353

54+
self.hitActor = nil;
55+
5456
self.bashWindupSound.Pos = self.Pos;
5557
self.bashSwingSound.Pos = self.Pos;
5658

@@ -77,7 +79,6 @@ function ThreadedUpdate(self)
7779
self.bashActive = false;
7880
self.bashTimer:Reset();
7981
self.bashCoolDown = true;
80-
self.hitActor = nil;
8182
self.StanceOffset = self.origStanceOffset;
8283
self.SharpStanceOffset = self.origSharpStanceOffset;
8384
elseif self.bashTimer:IsPastSimMS(self.bashWindupTime) then

0 commit comments

Comments
 (0)