Fix the MM thing

This commit is contained in:
ChrisAdderley
2019-11-04 08:56:59 -08:00
parent acf5b0cbe6
commit ce3d17d8d0
67 changed files with 222 additions and 222 deletions

View File

@ -5,7 +5,7 @@
// - LT-2 Landing Strut (landingLeg1-2)
// LT-05 Micro Landing Strut
@PART[miniLandingLeg]:HAS[RestockIgnore[]]
@PART[miniLandingLeg]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
@ -104,7 +104,7 @@
}
// LT-1 Landing Strut
@PART[landingLeg1]:HAS[RestockIgnore[]]
@PART[landingLeg1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
@ -135,7 +135,7 @@
}
// LT-2 Landing Strut
@PART[landingLeg1-2]:HAS[RestockIgnore[]]
@PART[landingLeg1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy