Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6808d9e

Browse files
committed
Fix typo in previous shovel script fix
1 parent c1ee8f1 commit 6808d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Ronin.rte/Devices/Tools/Shovel/Shovel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Update(self)
4141
local fireVec = Vector(40 * self.FlipFactor, 0):RadRotate(aimAngle * self.FlipFactor + (0.3 - self.InheritedRotAngleOffset * 0.3) * self.FlipFactor);
4242
--Digging particles
4343
for i = 1, self.particleCount do
44-
local part = CreateMOPixel("Particle Ronin Shovel". "Ronin.rte");
44+
local part = CreateMOPixel("Particle Ronin Shovel", "Ronin.rte");
4545
local goldenAngleSmallerPart = 2.39996;
4646
part.Pos = self.MuzzlePos + Vector(math.sqrt(self.particleCount - i), 0):RadRotate(i * goldenAngleSmallerPart);
4747
part.Vel = fireVec;

0 commit comments

Comments
 (0)