Fix the MM thing

This commit is contained in:
ChrisAdderley
2019-11-04 08:56:59 -08:00
parent acf5b0cbe6
commit ce3d17d8d0
67 changed files with 222 additions and 222 deletions

View File

@ -7,7 +7,7 @@
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
// 0.625m battery bank
@PART[batteryBankMini]:HAS[RestockIgnore[]]
@PART[batteryBankMini]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -26,7 +26,7 @@
}
// 1.25m battery bank
@PART[batteryBank]:HAS[RestockIgnore[]]
@PART[batteryBank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -45,7 +45,7 @@
}
// 2.5m battery bank
@PART[batteryBankLarge]:HAS[RestockIgnore[]]
@PART[batteryBankLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -64,7 +64,7 @@
}
// Small radial battery
@PART[batteryPack]:HAS[RestockIgnore[]]
@PART[batteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -79,7 +79,7 @@
}
// Large radial battery
@PART[ksp_r_largeBatteryPack]:HAS[RestockIgnore[]]
@PART[ksp_r_largeBatteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE