Ignore:
Timestamp:
Apr 22, 2024, 10:17:01 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Draft.pas

    r549 r550  
    379379      ((Feature[I].Preq = preSun) and (MyRO.Wonder[woSun].EffectiveOwner = Me)
    380380      or (Feature[I].Preq >= 0) and (MyRO.Tech[Feature[I].Preq] >= tsApplicable)
    381       ) and not((Feature[I].Preq = adSteamEngine) and
     381      ) and not ((Feature[I].Preq = adSteamEngine) and
    382382      (MyRO.Tech[adNuclearPower] >= tsApplicable)) then
    383383    begin
Note: See TracChangeset for help on using the changeset viewer.