Skip to content

Commit 3baffa5

Browse files
committed
Polish up script a bit
1 parent 050aff7 commit 3baffa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SplatoonScripts/Duties/Dawntrail/M12S Bloodshed.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public override void OnSetup()
106106
overlayFScale = 2.0f,
107107
includeRotation = true,
108108
Enabled = false,
109+
tether = true,
110+
ExtraTetherLength = 25
109111
});
110112

111113
// 右击退
@@ -123,6 +125,8 @@ public override void OnSetup()
123125
overlayFScale = 2.0f,
124126
includeRotation = true,
125127
Enabled = false,
128+
tether = true,
129+
ExtraTetherLength = 25
126130
});
127131
}
128132

0 commit comments

Comments
 (0)