mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
17 lines
353 B
INI
17 lines
353 B
INI
// Allows for the ReStockPlus parts to fulfill requirements for stock experiments in Satellite contracts
|
|
|
|
@Contracts:FOR[ReStockPlus]
|
|
{
|
|
@Satellite
|
|
{
|
|
@PART_REQUEST:HAS[#Part[GooExperiment]]
|
|
{
|
|
Part = restock-goocanister-625-1
|
|
}
|
|
@PART_REQUEST:HAS[#Part[science_module]]
|
|
{
|
|
Part = restock-materialbay-radial-1
|
|
}
|
|
}
|
|
}
|