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

@ -4,7 +4,7 @@
// - Fuel Cell Array (FuelCellArray)
// Fuel Cell
@PART[FuelCell]:HAS[RestockIgnore[]]
@PART[FuelCell]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
@ -16,7 +16,7 @@
}
// Fuel Cell Array
@PART[FuelCellArray]:HAS[RestockIgnore[]]
@PART[FuelCellArray]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy