Skip to content

Commit

Permalink
Fixed minor bugs in part configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Hanak committed Feb 23, 2019
1 parent a87c71c commit 5c47808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -230,7 +230,7 @@ PART
{
name = BeamConfiguration
beamWaveName = Near Extreme ultraviolet
wavelength = 4.0e-8 = 13 nm
wavelength = 4.0e-8 // 13 nm
atmosphericAbsorptionPercentage = 100
waterAbsorptionPercentage = 62

Expand All @@ -244,7 +244,7 @@ PART
{
name = BeamConfiguration
beamWaveName = Far Extreme ultraviolet
wavelength = 1.3e-8 = 13 nm
wavelength = 1.3e-8 // 13 nm
atmosphericAbsorptionPercentage = 100
waterAbsorptionPercentage = 62

Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Command/computerCore/part.cfg
Expand Up @@ -140,7 +140,7 @@ vesselType = Probe
MODULE
{
name = ComputerCore
activeAIControlDistance = 9.460525284e20; // diameter of milkyway
activeAIControlDistance = 9.460525284e20 // diameter of milkyway
inactiveAIControlDistance = 15000000000

baseScienceRate = 0.5
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Command/iHall/CDTcore.cfg
Expand Up @@ -182,7 +182,7 @@ PART
MODULE
{
name = ComputerCore
activeAIControlDistance = 9.460525284e20; // diameter of milkyway
activeAIControlDistance = 9.460525284e20 // diameter of milkyway
inactiveAIControlDistance = 15000000000

baseScienceRate = 0.5
Expand Down

0 comments on commit 5c47808

Please sign in to comment.