mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix the MM thing
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - Vernor Engine (vernorEngine)
|
||||
|
||||
// RCS block
|
||||
@PART[RCSBlock_v2]:HAS[RestockIgnore[]]
|
||||
@PART[RCSBlock_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
// Linear RCS port
|
||||
@PART[linearRcs]:HAS[RestockIgnore[]]
|
||||
@PART[linearRcs]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -162,7 +162,7 @@
|
||||
}
|
||||
|
||||
// Vernor Engine
|
||||
@PART[vernierEngine]:HAS[RestockIgnore[]]
|
||||
@PART[vernierEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -5,7 +5,7 @@
|
||||
// - Advanced Reaction Wheel Module, Large (asasmodule1-2)
|
||||
|
||||
// .625m reaction wheel
|
||||
@PART[sasModule]:HAS[RestockIgnore[]]
|
||||
@PART[sasModule]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!mesh = DELETE
|
||||
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
// 1.25m reaction wheel
|
||||
@PART[advSasModule]:HAS[RestockIgnore[]]
|
||||
@PART[advSasModule]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
// 2.5m reaction wheel
|
||||
@PART[asasmodule1-2]:HAS[RestockIgnore[]]
|
||||
@PART[asasmodule1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user