diff --git a/src/galaxy/StarSystemGenerator.cpp b/src/galaxy/StarSystemGenerator.cpp index 0a6f6d8afe..24dfae0f3c 100644 --- a/src/galaxy/StarSystemGenerator.cpp +++ b/src/galaxy/StarSystemGenerator.cpp @@ -1537,9 +1537,9 @@ void PopulateStarSystemGenerator::PopulateAddStations(SystemBody *sbody, StarSys ++NumToMake; pop -= rand.Fixed(); } - if ((NumToMake == 0) and (sbody->CalcSurfaceGravity() > 1.05)) { + if ((NumToMake == 0) and (sbody->CalcSurfaceGravity() > 10.5)) { // 10.5 m/s2 = 1,07 g NumToMake = 1; - printf("Station created around %s\n", sbody->GetName().c_str()); + printf("Station created in %s around %s\n", system->GetName().c_str(), sbody->GetName().c_str()); } // Any to position?