mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
|
||||
|
||||
// 0.625m battery bank
|
||||
@PART[batteryBankMini]:HAS[#RestockIgnore[False]]
|
||||
@PART[batteryBankMini]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
// 1.25m battery bank
|
||||
@PART[batteryBank]:HAS[#RestockIgnore[False]]
|
||||
@PART[batteryBank]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
// 2.5m battery bank
|
||||
@PART[batteryBankLarge]:HAS[#RestockIgnore[False]]
|
||||
@PART[batteryBankLarge]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
// Small radial battery
|
||||
@PART[batteryPack]:HAS[#RestockIgnore[False]]
|
||||
@PART[batteryPack]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
// Large radial battery
|
||||
@PART[ksp_r_largeBatteryPack]:HAS[#RestockIgnore[False]]
|
||||
@PART[ksp_r_largeBatteryPack]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -4,7 +4,7 @@
|
||||
// - Fuel Cell Array (FuelCellArray)
|
||||
|
||||
// Fuel Cell
|
||||
@PART[FuelCell]:HAS[#RestockIgnore[False]]
|
||||
@PART[FuelCell]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
// Fuel Cell Array
|
||||
@PART[FuelCellArray]:HAS[#RestockIgnore[False]]
|
||||
@PART[FuelCellArray]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
// - Illuminator Mk2 (spotLight2)
|
||||
|
||||
// Spotlight
|
||||
@PART[spotLight1]:HAS[#RestockIgnore[False]]
|
||||
@PART[spotLight1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
// Floodlight
|
||||
@PART[spotLight2]:HAS[#RestockIgnore[False]]
|
||||
@PART[spotLight2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Contents:
|
||||
// - PB-NUK Radioisotope Thermoelectric Generator (rtg)
|
||||
|
||||
@PART[rtg]:HAS[#RestockIgnore[False]]
|
||||
@PART[rtg]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Beale
|
||||
!mesh = DELETE
|
||||
|
@ -9,7 +9,7 @@
|
||||
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
|
||||
|
||||
// 1x6
|
||||
@PART[solarPanels4]:HAS[#RestockIgnore[False]]
|
||||
@PART[solarPanels4]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Beale
|
||||
!mesh = DELETE
|
||||
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
// 1x6 shielded
|
||||
@PART[solarPanels2]:HAS[#RestockIgnore[False]]
|
||||
@PART[solarPanels2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Beale
|
||||
!mesh = DELETE
|
||||
@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
// 3x2
|
||||
@PART[solarPanels3]:HAS[#RestockIgnore[False]]
|
||||
@PART[solarPanels3]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Beale
|
||||
!mesh = DELETE
|
||||
@ -72,7 +72,7 @@
|
||||
}
|
||||
|
||||
// 2x3 shroud
|
||||
@PART[solarPanels1]:HAS[#RestockIgnore[False]]
|
||||
@PART[solarPanels1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Beale
|
||||
!mesh = DELETE
|
||||
@ -97,7 +97,7 @@
|
||||
}
|
||||
|
||||
// Gigantor
|
||||
@PART[largeSolarPanel]:HAS[#RestockIgnore[False]]
|
||||
@PART[largeSolarPanel]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -112,7 +112,7 @@
|
||||
}
|
||||
|
||||
// Static Small
|
||||
@PART[solarPanels5]:HAS[#RestockIgnore[False]]
|
||||
@PART[solarPanels5]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -127,7 +127,7 @@
|
||||
}
|
||||
|
||||
// Gigantor
|
||||
@PART[LgRadialSolarPanel]:HAS[#RestockIgnore[False]]
|
||||
@PART[LgRadialSolarPanel]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user