mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix MM pass specificity for initial RS parts pass and also subsequent RS+ patches
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Allows extending and retracting of launch clamps
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]
|
||||
@PART[launchClamp1]:AFTER[000_ReStock]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
|
@ -1,25 +1,25 @@
|
||||
// Offsets the Center of Mass for the SP-R Triangle Panels to correctly locate the centroid.
|
||||
|
||||
// SP-R06 Structural Panel
|
||||
@PART[Triangle0]
|
||||
@PART[Triangle0]:AFTER[000_ReStock]
|
||||
{
|
||||
CoMOffset = 0.1042, 0, 0.1042
|
||||
}
|
||||
|
||||
// SP-R12 Structural Panel
|
||||
@PART[Triangle1]
|
||||
@PART[Triangle1]:AFTER[000_ReStock]
|
||||
{
|
||||
CoMOffset = 0.2083, 0, 0.2083
|
||||
}
|
||||
|
||||
// SP-R18 Structural Panel
|
||||
@PART[Triangle1p5]
|
||||
@PART[Triangle1p5]:AFTER[000_ReStock]
|
||||
{
|
||||
CoMOffset = 0.3125, 0, 0.3125
|
||||
}
|
||||
|
||||
// SP-R25 Structural Panel
|
||||
@PART[Triangle2]
|
||||
@PART[Triangle2]:AFTER[000_ReStock]
|
||||
{
|
||||
CoMOffset = 0.4167, 0, 0.4167
|
||||
}
|
||||
|
Reference in New Issue
Block a user