mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only
|
||||
|
||||
// LV-N
|
||||
@PART[nuclearEngine]:HAS[#RestockIgnore[False]]
|
||||
@PART[nuclearEngine]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -237,7 +237,7 @@
|
||||
}
|
||||
|
||||
// Vector
|
||||
@PART[SSME]:HAS[#RestockIgnore[False]]
|
||||
@PART[SSME]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -573,7 +573,7 @@
|
||||
}
|
||||
|
||||
// Terrier
|
||||
@PART[liquidEngine3_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[liquidEngine3_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Porkjet and Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -910,7 +910,7 @@
|
||||
}
|
||||
|
||||
// Reliant
|
||||
@PART[liquidEngine]:HAS[#RestockIgnore[False]]
|
||||
@PART[liquidEngine]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Porkjet and Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -1258,7 +1258,7 @@
|
||||
}
|
||||
|
||||
// Swivel
|
||||
@PART[liquidEngine2]:HAS[#RestockIgnore[False]]
|
||||
@PART[liquidEngine2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Porkjet and Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -1680,7 +1680,7 @@
|
||||
}
|
||||
|
||||
// Thud (FX only)
|
||||
@PART[radialLiquidEngine1-2]:HAS[#RestockIgnore[False]]
|
||||
@PART[radialLiquidEngine1-2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
!fx_exhaustFlame_blue_small = DELETE
|
||||
!fx_exhaustLight_blue = DELETE
|
||||
@ -1761,7 +1761,7 @@
|
||||
}
|
||||
|
||||
// Dart (FX only)
|
||||
@PART[toroidalAerospike]:HAS[#RestockIgnore[False]]
|
||||
@PART[toroidalAerospike]:HAS[RestockIgnore[]]
|
||||
{
|
||||
!fx_exhaustFlame_blue = DELETE
|
||||
!fx_exhaustLight_blue = DELETE
|
||||
|
Reference in New Issue
Block a user