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:
@ -11,7 +11,7 @@
|
||||
// - RC-001S Remote Guidance Unit (probeStackSmall)
|
||||
|
||||
// QBE
|
||||
@PART[probeCoreCube]:HAS[RestockIgnore[]]
|
||||
@PART[probeCoreCube]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
// Stayputnik
|
||||
@PART[probeCoreSphere_v2]:HAS[RestockIgnore[]]
|
||||
@PART[probeCoreSphere_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
//!mesh = DELETE
|
||||
@ -122,7 +122,7 @@
|
||||
}
|
||||
|
||||
// HECS
|
||||
@PART[probeCoreHex_v2]:HAS[RestockIgnore[]]
|
||||
@PART[probeCoreHex_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -191,7 +191,7 @@
|
||||
}
|
||||
|
||||
// OKTO
|
||||
@PART[probeCoreOcto_v2]:HAS[RestockIgnore[]]
|
||||
@PART[probeCoreOcto_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -260,7 +260,7 @@
|
||||
}
|
||||
|
||||
// OKTO2
|
||||
@PART[probeCoreOcto2_v2]:HAS[RestockIgnore[]]
|
||||
@PART[probeCoreOcto2_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -329,7 +329,7 @@
|
||||
}
|
||||
|
||||
// HECS2
|
||||
@PART[HECS2_ProbeCore]:HAS[RestockIgnore[]]
|
||||
@PART[HECS2_ProbeCore]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -399,7 +399,7 @@
|
||||
}
|
||||
|
||||
// Rover
|
||||
@PART[roverBody_v2]:HAS[RestockIgnore[]]
|
||||
@PART[roverBody_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -478,7 +478,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Stack Core
|
||||
@PART[probeStackSmall]:HAS[RestockIgnore[]]
|
||||
@PART[probeStackSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -494,7 +494,7 @@
|
||||
}
|
||||
|
||||
// 2.5m Stack Core
|
||||
@PART[probeStackLarge]:HAS[RestockIgnore[]]
|
||||
@PART[probeStackLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user