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:
@ -9,7 +9,7 @@
|
||||
// - Hydraulic Detachment Manifold (radialDecoupler1-2)
|
||||
|
||||
// TD-06 Decoupler
|
||||
@PART[Decoupler_0]:HAS[RestockIgnore[]]
|
||||
@PART[Decoupler_0]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
// TD-12 Decoupler
|
||||
@PART[Decoupler_1]:HAS[RestockIgnore[]]
|
||||
@PART[Decoupler_1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -116,7 +116,7 @@
|
||||
}
|
||||
|
||||
// TD-25 Decoupler
|
||||
@PART[Decoupler_2]:HAS[RestockIgnore[]]
|
||||
@PART[Decoupler_2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -178,7 +178,7 @@
|
||||
}
|
||||
|
||||
// TD-37 Decoupler
|
||||
@PART[Decoupler_3]:HAS[RestockIgnore[]]
|
||||
@PART[Decoupler_3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -223,7 +223,7 @@
|
||||
}
|
||||
|
||||
// TD-70 Decoupler
|
||||
@PART[radialDecoupler2]:HAS[RestockIgnore[]]
|
||||
@PART[radialDecoupler2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -240,7 +240,7 @@
|
||||
}
|
||||
|
||||
// TD-37 Decoupler
|
||||
@PART[radialDecoupler]:HAS[RestockIgnore[]]
|
||||
@PART[radialDecoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -257,7 +257,7 @@
|
||||
}
|
||||
|
||||
// HDM Decoupler
|
||||
@PART[radialDecoupler1-2]:HAS[RestockIgnore[]]
|
||||
@PART[radialDecoupler1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user