mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
18 lines
356 B
INI
18 lines
356 B
INI
// Patches applying art changes to relay antennas
|
|
// Contents:
|
|
// - Communotron 88-88 (commDish)
|
|
|
|
// Communotron 88-88
|
|
@PART[commDish] {
|
|
@author = Andrew Cassidy
|
|
|
|
!mesh = DELETE
|
|
MODEL {
|
|
model = ReStock/Assets/Communication/restock-antenna-radial-5
|
|
}
|
|
|
|
@MODULE[ModuleDeployableAntenna] {
|
|
@animationName = Deploy
|
|
@pivotName = Dish
|
|
}
|
|
} |