terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ApplyPotionDelay()

void Terraria.Player.ApplyPotionDelay ( Item sItem)
inlineprivate

Definition at line 16932 of file Player.cs.

16933 {
16934 if (sItem.type == 0)
16935 {
16936 }
16937 bool flag = this.pStone;
16938 int num;
16939 this.potionDelay = num;
16940 if (flag)
16941 {
16942 if (!flag)
16943 {
16944 }
16945 this.potionDelay = num;
16946 }
16947 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Player.pStone.

Referenced by Terraria.Player.QuickMana().