Move info system along route when jumping
This commit is contained in:
parent
d116d782bc
commit
a58715c311
@ -7257,6 +7257,10 @@ NSComparisonResult marketSorterByMassUnit(id a, id b, void *market);
|
||||
if (![self witchJumpChecklist:false]) return;
|
||||
|
||||
OOSystemID jumpTarget = [self nextHopTargetSystemID];
|
||||
if (info_system_id == system_id)
|
||||
{
|
||||
info_system_id = jumpTarget;
|
||||
}
|
||||
|
||||
// perform any check here for forced witchspace encounters
|
||||
unsigned malfunc_chance = 253;
|
||||
|
Loading…
x
Reference in New Issue
Block a user