tModLoader How do I make a throwing weapon?/How do I make a projectile only weapon?

ataby_himawari

Official Terrarian
I already know the code, I just don't know how to make the item sprite don't appear while using the weapon. I want the weapon to be projectile only, can someone help me?
Edit: I've figured it out. Just need a simple line:
item.noUseGraphic = true;
 
Last edited:
Back
Top Bottom