mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
28 lines
575 B
INI
28 lines
575 B
INI
// Patches applying art changes to fuel cells
|
|
// Contents:
|
|
// - Fuel Cell (FuelCell)
|
|
// - Fuel Cell Array (FuelCellArray)
|
|
|
|
// Fuel Cell
|
|
@PART[FuelCell]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Andrew Cassidy
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Electrical/restock-fuelcell-radial-1
|
|
}
|
|
}
|
|
|
|
// Fuel Cell Array
|
|
@PART[FuelCellArray]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Andrew Cassidy
|
|
@description = #LOC_Restock_description-FuelCellArray
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Electrical/restock-fuelcell-radial-2
|
|
}
|
|
}
|