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 c1ee8f1 commit 6808d9eCopy full SHA for 6808d9e
Data/Ronin.rte/Devices/Tools/Shovel/Shovel.lua
@@ -41,7 +41,7 @@ function Update(self)
41
local fireVec = Vector(40 * self.FlipFactor, 0):RadRotate(aimAngle * self.FlipFactor + (0.3 - self.InheritedRotAngleOffset * 0.3) * self.FlipFactor);
42
--Digging particles
43
for i = 1, self.particleCount do
44
- local part = CreateMOPixel("Particle Ronin Shovel". "Ronin.rte");
+ local part = CreateMOPixel("Particle Ronin Shovel", "Ronin.rte");
45
local goldenAngleSmallerPart = 2.39996;
46
part.Pos = self.MuzzlePos + Vector(math.sqrt(self.particleCount - i), 0):RadRotate(i * goldenAngleSmallerPart);
47
part.Vel = fireVec;
0 commit comments