Changeset 558 for trunk/LocalPlayer/Draft.pas
- Timestamp:
- Apr 25, 2024, 6:31:34 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Draft.pas
r550 r558 419 419 else 420 420 Result := 30000 + AdvValue[FeaturePreq]; 421 if not (fix in AutoFeature) then421 if not (fix in AutoFeature) then 422 422 Inc(Result, 90000); 423 423 end; … … 449 449 function TDraftDlg.IsFeatureInList(D, I: Integer): Boolean; 450 450 begin 451 Result := not (I in AutoFeature) and (1 shl D and Feature[I].Domains <> 0) and451 Result := not (I in AutoFeature) and (1 shl D and Feature[I].Domains <> 0) and 452 452 (Feature[I].Preq <> preNA) and 453 453 ((Feature[I].Preq = preNone) or (Feature[I].Preq = preSun) and … … 531 531 if (X >= xFeature - 21) and (X < ClientWidth) and (ssShift in Shift) then 532 532 MainScreen.HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkFeature, Code[I]) 533 else if not (Code[I] in AutoFeature) then533 else if not (Code[I] in AutoFeature) then 534 534 begin 535 535 if (Code[I] < mcFirstNonCap) and (X >= xFeature - 21) and
Note:
See TracChangeset
for help on using the changeset viewer.