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

◆ beeKB()

float Terraria.Player.beeKB ( float KB)
inline

Definition at line 11853 of file Player.cs.

11854 {
11855 if (makeStrongBee)
11856 {
11857 return 0.5f + KB * 1.1f;
11858 }
11859 return KB;
11860 }
bool makeStrongBee
Definition Player.cs:2581

Referenced by Terraria.Projectile.Damage().