Dudley
Official Terrarian
I'm attempting to create a new weapon that operates similar to the Bladed Glove and Fetid Baghnakhs. I took the basic ExampleSword.cs file and added this line of code to it
Item.claw = new bool[ItemID.Count]
^ (I pulled this from the tModLoader 1.4.4 Class List)
When I add it, the game crashes either the moment I craft it or the moment I swing it. Any ideas why this happens?
Thanks
Item.claw = new bool[ItemID.Count]
^ (I pulled this from the tModLoader 1.4.4 Class List)
When I add it, the game crashes either the moment I craft it or the moment I swing it. Any ideas why this happens?
Thanks