Using shurikens as ammo?

mastermokkel

Eye of Cthulhu
How would one go about using vanilla shurikens as ammo?

I'm currently updating an old mod to the new version (getting back into modding, if you remember Mokkel's Mod you are entitled to a veteran's discount).

In the old version, this worked:

item.useAmmo = ProjectileID.Shuriken;

But when I use it now, it doesn't work. I get no error message, but the weapon doesn't recognize any ammo.

I've also tried ItemID.Shuriken and AmmoID.Shuriken to no avail.
 
Back
Top Bottom