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

◆ QuickBuff_FindFoodPriority()

int Terraria.Player.QuickBuff_FindFoodPriority ( int buffType)
inlineprivate

Definition at line 4959 of file Player.cs.

4960 {
4961 return buffType switch
4962 {
4963 26 => 1,
4964 206 => 2,
4965 207 => 3,
4966 _ => 0,
4967 };
4968 }

References Terraria.Player.buffType.

Referenced by Terraria.Player.QuickBuff_PickBestFoodItem().