Skip to content

Commit

Permalink
Give station parts control even without crew (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Aug 11, 2024
1 parent 7883e72 commit 1a5388f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,8 @@
}

MODULE
{
{
name = ModuleCommand
minimumCrew = 1
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
!RESOURCE,* {}

%MODULE[ModuleProbeControlPoint] {}
%MODULE[ModuleCommand] { %minimumCrew = 1 }
%MODULE[ModuleCommand] { !minimumCrew = DEL }

// This is not the primary storage for resources in the station, but should be used in an emergency
!MODULE[ModuleFuelTanks],* {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
%reactionWheelMode = CMG

%MODULE[ModuleProbeControlPoint] {}
%MODULE[ModuleCommand] { %minimumCrew = 1 }
%MODULE[ModuleCommand] { !minimumCrew = DEL }

// This is not the primary storage for resources in the station, but should be used in an emergency
!MODULE[ModuleFuelTanks],* {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
!RESOURCE,* {}

%MODULE[ModuleProbeControlPoint] {}
%MODULE[ModuleCommand] { %minimumCrew = 1 }
%MODULE[ModuleCommand] { !minimumCrew = DEL }

// This is not the primary storage for resources in the station, but should be used in an emergency
!MODULE[ModuleFuelTanks],* {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
%reactionWheelMode = CMG

%MODULE[ModuleProbeControlPoint] {}
%MODULE[ModuleCommand] { %minimumCrew = 1 }
%MODULE[ModuleCommand] { !minimumCrew = DEL }

// This is not the primary storage for resources in the station, but should be used in an emergency
!MODULE[ModuleFuelTanks],* {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%reactionWheelMode = CMG

%MODULE[ModuleProbeControlPoint] {}
%MODULE[ModuleCommand] { %minimumCrew = 1 }
%MODULE[ModuleCommand] { !minimumCrew = DEL }

// This is not the primary storage for resources in the station, but should be used in an emergency
!MODULE[ModuleFuelTanks],* {}
Expand Down

0 comments on commit 1a5388f

Please sign in to comment.