mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
d02d894db3
apparently some tanks *are* named with `fuel-tank`
29 lines
621 B
INI
29 lines
621 B
INI
// Patches applying art changes to Making History RCS tanks
|
|
// Contents:
|
|
// - Stratus-V Minified Monopropellant Tank (MonoPropMini)
|
|
// - FL-R5 RCS Fuel Tank (Size1p5_Monoprop)
|
|
|
|
// Spherical Radial Tiny Tank
|
|
@PART[monopropMiniSphere]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
|
}
|
|
}
|
|
// FL-R5 RCS Fuel Tank
|
|
@PART[Size1p5_Monoprop]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
|
|
}
|
|
!MODULE[ModulePartVariants] {}
|
|
}
|