Skip to content

Commit 4c66f28

Browse files
Update ChaosCoinScript.cs
1 parent bb7ecff commit 4c66f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Examples/ChaosCoinScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ SetPlayerData @evPlayer "coin locked" false
166166
# change size
167167
if $effect == 8
168168
# set player size in every direction to a random number between 10% and 100%
169-
SetSize @evPlayer {RandomNum 0.1 1} {RandomNum 0.1 1} {RandomNum 0.1 1}
169+
SetSize @evPlayer {RandomNum 0.1 1 real} {RandomNum 0.1 1 real} {RandomNum 0.1 1 real}
170170
171171
Broadcast @evPlayer 5s "{$baseText}Your size has changed a little!"
172172
stop

0 commit comments

Comments
 (0)