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:
@ -8,7 +8,7 @@
|
||||
// - TVR-1180C Mk1 Stack Tri-Coupler (stackTriCoupler_v2)
|
||||
// - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler)
|
||||
|
||||
@PART[adapterSmallMiniTall]:HAS[RestockIgnore[]]
|
||||
@PART[adapterSmallMiniTall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[adapterSmallMiniShort]:HAS[RestockIgnore[]]
|
||||
@PART[adapterSmallMiniShort]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
// 1.25m station hub
|
||||
@PART[stationHub]:HAS[RestockIgnore[]]
|
||||
@PART[stationHub]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -237,7 +237,7 @@
|
||||
}
|
||||
|
||||
// 1.25m radial attach point
|
||||
@PART[stackPoint1]:HAS[RestockIgnore[]]
|
||||
@PART[stackPoint1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -249,7 +249,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Bicoupler
|
||||
@PART[stackBiCoupler_v2]:HAS[RestockIgnore[]]
|
||||
@PART[stackBiCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -334,7 +334,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Tricoupler
|
||||
@PART[stackTriCoupler_v2]:HAS[RestockIgnore[]]
|
||||
@PART[stackTriCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -414,7 +414,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Quadcoupler
|
||||
@PART[stackQuadCoupler]:HAS[RestockIgnore[]]
|
||||
@PART[stackQuadCoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
|
Reference in New Issue
Block a user