...and I have no idea how to fix it. So. The Valentine has the Concentrated Sexton Barrage ability which calls the Sexton's hidden supercharged barrage ability via something called victor target. Both of these abilities are present on the relevant vehicles and my Valentine ability properly references the Sexton ability. Yet when calling the former, the latter does nothing,
even if said Sexton has not fired its own barrage directly beforehand. Why not? Seems like as long as the victor target part references the correct ability (which is hard to get wrong thanks to how the Attribute Editor works), then it should work, and I've only made minimal changes to the relevant abilities:
- Valentine ability: Changed cost and target (tp_position instead of tp_any)
- Sexton ability: Changed num_salvo and shared_timer (squad_ability_2 instead of squad_ability_1)
I've tried reversing these changes and it makes no difference. Now I
have made more substantial changes to the actual Valentine and Sexton, along with all vehicles in my mod, but I wouldn't think that those would affect whether Concentrated Sexton Barrage works or not. Am I wrong?