KS Combat deprecated

by Klonan

Base game Combat improvement mod

Content
4 years ago
0.17
55
Combat

b unintended interactions with 'VortiK's Cannon Turret'

4 years ago

That mod calls it's cannon ammo with 'magazine' in the name, which means it's getting targeted by your script.
a fix would be to exclude ammo that has 'canon' or 'shell' in the name, or to make sure that the ammo belongs to the bullet category. I can't figure out how to do the latter ATM though, since it doesn't allow me to look into ammo_type for some reason.

4 years ago

I figured our what was the issue there. Adding an extra condition on the magazine change to find the keyword 'bullet' in the ammo type should reduce the heavy handedness of your script.

New response