mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
ModuleManager patch order change
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - R-12 'Doughnut' External Tank (externalTankToroid)
|
||||
|
||||
// R-4 'Dumpling' External Tank
|
||||
@PART[externalTankRound]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[externalTankRound]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
// R-11 'Baguette' External Tank
|
||||
@PART[externalTankCapsule]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[externalTankCapsule]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -169,7 +169,7 @@
|
||||
}
|
||||
|
||||
// R-12 'Doughnut' External Tank
|
||||
@PART[externalTankToroid]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[externalTankToroid]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user