Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ beeType()

int Terraria.Player.beeType ( )
inline

Definition at line 11833 of file Player.cs.

11834 {
11835 if (strongBees && Main.rand.Next(2) == 0)
11836 {
11837 makeStrongBee = true;
11838 return 566;
11839 }
11840 makeStrongBee = false;
11841 return 181;
11842 }
bool makeStrongBee
Definition Player.cs:2581

References Terraria.Main.rand.

Referenced by Terraria.Projectile.Damage().