mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Test of RS patch ignore
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
// - FL-R1 RCS Fuel Tank (RCSTank1-2)
|
||||
|
||||
// Spherical Radial Tank
|
||||
@PART[radialRCSTank]
|
||||
@PART[radialRCSTank]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
// Capsule Radial Tank
|
||||
@PART[rcsTankRadialLong]
|
||||
@PART[rcsTankRadialLong]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
// 0.625m Tank
|
||||
@PART[rcsTankMini]
|
||||
@PART[rcsTankMini]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
// 1.25m Tank
|
||||
@PART[RCSFuelTank]
|
||||
@PART[RCSFuelTank]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
// 2.5m Tank
|
||||
@PART[RCSTank1-2]
|
||||
@PART[RCSTank1-2]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user