37068 {
37069 for (
int i = 54;
i < 58;
i++)
37070 {
37072 {
37073 continue;
37074 }
37077 {
37079 if (!settings.NoText)
37080 {
37081 PopupText.NewText(PopupTextContext.RegularItemPickup,
newItem,
newItem.stack);
37082 }
37084 if (
plr == Main.myPlayer)
37085 {
37086 Recipe.FindRecipes();
37087 }
37088 settings.HandlePostAction(
inventory[i]);
37090 }
37092 if (!settings.NoText)
37093 {
37095 }
37098 if (
plr == Main.myPlayer)
37099 {
37100 Recipe.FindRecipes();
37101 }
37102 settings.HandlePostAction(
inventory[i]);
37103 }
37104 if (
newItem.CanFillEmptyAmmoSlot())
37105 {
37106 for (
int j = 54;
j < 58;
j++)
37107 {
37109 {
37110 newItem.shimmered = false;
37112 if (!settings.NoText)
37113 {
37114 PopupText.NewText(PopupTextContext.RegularItemPickup,
newItem,
newItem.stack);
37115 }
37118 if (
plr == Main.myPlayer)
37119 {
37120 Recipe.FindRecipes();
37121 }
37124 }
37125 }
37126 }
37128 }
static void PlaySound(int type, Vector2 position, int style=1)