We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76cd25 commit 9766a97Copy full SHA for 9766a97
1 file changed
Code/Features/TheSuitedBirdEggFeature.cs
@@ -148,7 +148,7 @@ private sealed class TheSuitedBirdPlayer : ModPlayer
148
149
public override void PostUpdateEquips()
150
{
151
- if (!Main.gameMenu && NetUtils.IsSinglePlayer && TheSuitedBirdSystem.IsEventActive() && Main.GameUpdateCount % 30 == 0 && Main.rand.NextBool(Player.ZoneForest ? 20 : 35))
+ if (!Main.gameMenu && NetUtils.IsSinglePlayer && TheSuitedBirdSystem.IsEventActive() && Main.GameUpdateCount % 30 == 0 && Main.rand.NextBool(Player.ZoneForest ? 25 : 40))
152
153
int birdN = Main.rand.Next(1, 4);
154
if (Player.ZoneForest && Main.rand.NextBool(6))
0 commit comments