fix: make it workable
This commit is contained in:
parent
0b81ca0d76
commit
3a380d893e
1 changed files with 3 additions and 3 deletions
|
@ -205,7 +205,7 @@ if(argnumber>2)
|
||||||
end
|
end
|
||||||
if (ntax>74)
|
if (ntax>74)
|
||||||
sect: slack 40;
|
sect: slack 40;
|
||||||
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 10 keepall;
|
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 1 keepall;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
@ -214,7 +214,7 @@ if(argnumber>2)
|
||||||
bbreak=tbr fill;
|
bbreak=tbr fill;
|
||||||
else
|
else
|
||||||
sect: slack 40;
|
sect: slack 40;
|
||||||
xmult=hit 50 replications 20 drift 20 ratchet 10 fuse 10 hold 10 keepall;
|
xmult=hit 50 replications 20 drift 20 ratchet 10 fuse 10 hold 1 keepall;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
@ -222,7 +222,7 @@ else
|
||||||
bbreak=tbr fill;
|
bbreak=tbr fill;
|
||||||
if (ntax>74)
|
if (ntax>74)
|
||||||
sect: slack 1000;
|
sect: slack 1000;
|
||||||
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 10 keepall;
|
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 1 keepall;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue