Skip to content

Commit e1f661b

Browse files
committed
tiny lil effect
1 parent 54b3539 commit e1f661b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Data/Ronin.rte/Devices/Weapons/M1Garand/GarandMagazine.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ function OnDetach(self, exParent)
77
self.Vel = self.Vel + Vector(0, -7):RadRotate(exParent.RotAngle);
88
self.pingSound:Play(self.Pos);
99
end
10+
end
11+
12+
function Update(self)
13+
self.pingSound.Pos = self.Pos;
1014
end

0 commit comments

Comments
 (0)