Fix Fox Pistol crashes.

This commit is contained in:
Big Duckie
2022-07-05 12:27:26 -06:00
parent 671f8f1d9a
commit 65fb9177e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public class FoxPistol : ModItem
Item.damage = 22;
Item.shoot = ModContent.ProjectileType<OrangeBolt>();
}
return CanUseItem(player);
return base.CanUseItem(player);
}
public override void AddRecipes()