Skip to content

Commit 9ab6b48

Browse files
committed
Exclude 'cycle' from balloon item type
1 parent ffd78d5 commit 9ab6b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShadowRando/Views/MainView.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ private static void RandomizeItemBalloons(ref List<SetObjectShadow> setData, Ran
27582758

27592759
foreach (var balloon in itemBalloonItems)
27602760
{
2761-
balloon.item.Item = (EItemShadow)r.Next(11);
2761+
balloon.item.Item = (EItemShadow)r.Next(10);
27622762
setData[balloon.index] = balloon.item;
27632763
}
27642764
}

0 commit comments

Comments
 (0)