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

16 lines
338 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)
// Small Nose Cone
2020-05-29 04:13:30 +00:00
@PART[standardNoseCone]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
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
}
}