Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ekolis/FrEee
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Feb 5, 2024
2 parents 73f7623 + 519805b commit 19b49e3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file modified FrEee.Assets/Pictures/UI/Buttons/Designs.bmp
Binary file not shown.
Binary file modified FrEee.Assets/Pictures/UI/Buttons/Empires.bmp
Binary file not shown.
Binary file modified FrEee.Assets/Pictures/UI/Buttons/EndTurn.bmp
Binary file not shown.
Binary file modified FrEee.Assets/Pictures/UI/Buttons/Planets.bmp
Binary file not shown.
Binary file modified FrEee.Assets/Pictures/UI/Buttons/Ships.bmp
Binary file not shown.
5 changes: 4 additions & 1 deletion FrEee/Setup/GameSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,10 @@ void TryCreateFacility(FacilityTemplate? template)

// create basic facilities, one each
TryCreateFacility(sy);
TryCreateFacility(sp);
if (!emp.PrimaryRace.HasAbility("No Spaceports"))
{
TryCreateFacility(sp);
}
TryCreateFacility(rd);
TryCreateFacility(rad);
TryCreateFacility(org);
Expand Down

0 comments on commit 19b49e3

Please sign in to comment.