Skip to content

Commit 7e8e431

Browse files
feat: Lucky turtle and random defaults ( Fixes #363, Fixes #366 )
Randomizing sun, stepcurve, twindragon, triplexity
1 parent 3c1eb2f commit 7e8e431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/Triplexity.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#>
1919
param(
2020
# The size of each segment
21-
[double]$Size = (Get-Random -Min 21 -Max 21),
21+
[double]$Size = (Get-Random -Min 21 -Max 42),
2222
# The order of magnitude (the number of expansions)
2323
[int]$Order = (2,3,4 | Get-Random),
2424
# The default angle.

0 commit comments

Comments
 (0)