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 @@
|
||||
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
|
||||
|
||||
// 0.625m battery bank
|
||||
@PART[batteryBankMini]
|
||||
@PART[batteryBankMini]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
// 1.25m battery bank
|
||||
@PART[batteryBank]
|
||||
@PART[batteryBank]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
// 2.5m battery bank
|
||||
@PART[batteryBankLarge]
|
||||
@PART[batteryBankLarge]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
// Small radial battery
|
||||
@PART[batteryPack]
|
||||
@PART[batteryPack]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
// Large radial battery
|
||||
@PART[ksp_r_largeBatteryPack]
|
||||
@PART[ksp_r_largeBatteryPack]:HAS[#RestockIgnore[False]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user