mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
- AE-FF2 Airstream Protective Shell (2.5m) (fairingSize2)
|
||||
- AE-FF3 Airstream Protective Shell (3.75m) (fairingSize3)
|
||||
|
||||
@PART[fairingSize1]:HAS[#RestockIgnore[False]]
|
||||
@PART[fairingSize1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -141,7 +141,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[fairingSize2]:HAS[#RestockIgnore[False]]
|
||||
@PART[fairingSize2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -249,7 +249,7 @@
|
||||
}
|
||||
|
||||
// 3.75m fairing
|
||||
@PART[fairingSize3]:HAS[#RestockIgnore[False]]
|
||||
@PART[fairingSize3]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -3,7 +3,7 @@
|
||||
- Service Bay (1.25m) (ServiceBay_125_v2)
|
||||
- Service Bay (2.5m) (ServiceBay_250)
|
||||
|
||||
@PART[ServiceBay_125_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[ServiceBay_125_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -70,7 +70,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[ServiceBay_250_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[ServiceBay_250_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user