Changeset 558 for trunk/LocalPlayer/Enhance.pas
- Timestamp:
- Apr 25, 2024, 6:31:34 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Enhance.pas
r531 r558 360 360 if NewJob in [jIrr, jFarm, jTrans] then 361 361 RemoveJob(jMine); 362 if (NewJob = jRR) and not (jRoad in Done) then362 if (NewJob = jRR) and not (jRoad in Done) then 363 363 begin 364 364 MyData.EnhancementJobs[Page, Stage] := jRoad; 365 365 Inc(Stage); 366 366 end; 367 if (NewJob = jFarm) and not (jIrr in Done) then367 if (NewJob = jFarm) and not (jIrr in Done) then 368 368 begin 369 369 MyData.EnhancementJobs[Page, Stage] := jIrr;
Note:
See TracChangeset
for help on using the changeset viewer.