ReStocked/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-0625.cfg

15 lines
300 B
INI
Raw Normal View History

2018-12-24 22:22:51 +00:00
// Patches applying art changes to 0.625m aerodynamic parts
// Contents:
// - Small Nose Cone (standardNoseCone)
2019-11-04 00:37:03 +00:00
@PART[standardNoseCone]:HAS[RestockIgnore[]]
2018-12-24 22:22:51 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
2018-12-24 22:22:51 +00:00
model = ReStock/Assets/Aero/restock-nosecone-0625-1
}
}