pastel
Minor bug: the simple mode targeting arrow does not appear while Surge is charged.
It appears the mod makes
If this behavior is desriable for some reason I'm not aware of, an alternate fix would be to use the blue or yellow version of the lockon arrow and only delete
It appears the mod makes
MT_LOCKON
delete itself if the Surge its owned by is charged. This was probably done to avoid displaying the homing attack targeting arrrow while charged, but an issue arises because simple mode targeting uses the same arrow. This can easily be fixed by simply not spawning the lockon arrow while Surge is charged (the mobj already removes itself if it's not respawned every tic).If this behavior is desriable for some reason I'm not aware of, an alternate fix would be to use the blue or yellow version of the lockon arrow and only delete
MT_LOCKON
if it's in the correct state. Vanilla only uses those in CEZ2 where they're not considered owned by Surge.