Skip to content

Commit

Permalink
Anomaly31 is not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongho committed Dec 16, 2024
1 parent 3752c9a commit 3bf4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 302/Assets/Scripts/AnomalyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private void GenerateAnomalyList()
if(!hasHighAnomaly)
{
int randomIndex = random.Next(0, AnomalyCount);
int highAnomaly = random.Next(21, 32);
int highAnomaly = random.Next(21, 31);
anomalyList[randomIndex] = highAnomaly;
}
Debug.Log($"[AnomalyManager] Generated Anomaly List: {string.Join(", ", anomalyList)}");
Expand Down

0 comments on commit 3bf4bd0

Please sign in to comment.