Skip to content

Commit 9766a97

Browse files
committed
Minor change to TheSuitedBirdEggFeature.
1 parent a76cd25 commit 9766a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/Features/TheSuitedBirdEggFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private sealed class TheSuitedBirdPlayer : ModPlayer
148148

149149
public override void PostUpdateEquips()
150150
{
151-
if (!Main.gameMenu && NetUtils.IsSinglePlayer && TheSuitedBirdSystem.IsEventActive() && Main.GameUpdateCount % 30 == 0 && Main.rand.NextBool(Player.ZoneForest ? 20 : 35))
151+
if (!Main.gameMenu && NetUtils.IsSinglePlayer && TheSuitedBirdSystem.IsEventActive() && Main.GameUpdateCount % 30 == 0 && Main.rand.NextBool(Player.ZoneForest ? 25 : 40))
152152
{
153153
int birdN = Main.rand.Next(1, 4);
154154
if (Player.ZoneForest && Main.rand.NextBool(6))

0 commit comments

Comments
 (0)