Skip to content

Commit

Permalink
Revert "Merge branch '1.11-development' into master"
Browse files Browse the repository at this point in the history
This reverts commit f7d2cf5, reversing
changes made to 670d3be.
  • Loading branch information
zorg2044 committed Jul 19, 2022
1 parent f7d2cf5 commit 89b4a51
Show file tree
Hide file tree
Showing 417 changed files with 2,567 additions and 31,762 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@
// delete BDB boiloff module
!MODULE[ModuleBdbBoiloff] {}

// Remove reference to boiloff module from switches.
// Remove reference to boiloff module from some switches.
// Can still jettison insulation to shed mass.
@MODULE[ModuleB9PartSwitch],*
@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[insulationSwitch]]
{
@SUBTYPE,*
@SUBTYPE[?ff] // off and Off in particular are what we're looking for
{
!MODULE:HAS[@IDENTIFIER[ModuleBdbBoiloff]] {}
}
}
// Remove reference to boiloff module from some other switches.
// Can still switch tank color for different mass options.
@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchColor]]
{
@SUBTYPE[Orange]
{
!MODULE:HAS[@IDENTIFIER[ModuleBdbBoiloff]] {}
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 89b4a51

Please sign in to comment.