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:
@ -4,7 +4,7 @@
|
||||
- Size 1.5 Decoupler (Size1p5_Strut_Decoupler)
|
||||
|
||||
// TD-18 Decoupler
|
||||
@PART[Decoupler_1p5]:HAS[RestockIgnore[]]
|
||||
@PART[Decoupler_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
// Truss Decoupler
|
||||
@PART[Size1p5_Strut_Decoupler]:HAS[RestockIgnore[]]
|
||||
@PART[Size1p5_Strut_Decoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -3,7 +3,7 @@
|
||||
- TS-18 Separator (Separator_1p5)
|
||||
|
||||
// TS-18 Separator
|
||||
@PART[Separator_1p5]:HAS[RestockIgnore[]]
|
||||
@PART[Separator_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user