mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
16 lines
328 B
INI
16 lines
328 B
INI
// Patches applying art changes to RTGs
|
|
// Contents:
|
|
// - PB-NUK Radioisotope Thermoelectric Generator (rtg)
|
|
|
|
// PB-NUK Radioisotope Thermoelectric Generator
|
|
@PART[rtg]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Beale
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Electrical/restock-rtg-1
|
|
}
|
|
}
|