Spear Help

GrimmValkor

Terrarian
So in the spear projectile code, one variable says
projectile.penetrate = -1;
does this mean armor, or through floors?
 
1623426202306.png

1623426235016.png

item.shoot line is the problem
I have no idea why
 
Can you post the code of the projectile? Also check the filename. That error means it can't find what you have specified as SoldiersSpearProjectile.
 
Penetrate refers to how many NPCs the projectile can hit before it disappears. -1 allows it to go through an unlimited number.
 
Back
Top Bottom