Supply mules don't copy max jumps.
art4711 opened this issue · 2 comments
art4711 commented
When copying orders by assigning to another supply mule max jumps is not copied. All other params are copied verbatim, maxDist is explicitly set to @this.ship.pilot.skill.piloting * 2
.
bhayden53 commented
Yes, this is because the max distance should be dependent on the new pilot's piloting skill, not the pilot who is being used to copy the order from.
bhayden53 commented
Sorry pressed the wrong comment button.
I see what you're saying, I'll come up with a fix.