mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay)
|
||||
|
||||
// Static Ladder
|
||||
@PART[ladder1]:HAS[#RestockIgnore[False]]
|
||||
@PART[ladder1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
// Small ladder
|
||||
@PART[telescopicLadder]:HAS[#RestockIgnore[False]]
|
||||
@PART[telescopicLadder]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
// Big ladder
|
||||
@PART[telescopicLadderBay]:HAS[#RestockIgnore[False]]
|
||||
@PART[telescopicLadderBay]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
// Large chute
|
||||
@PART[parachuteLarge]:HAS[#RestockIgnore[False]]
|
||||
@PART[parachuteLarge]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
// Large drogue chute
|
||||
@PART[parachuteDrogue]:HAS[#RestockIgnore[False]]
|
||||
@PART[parachuteDrogue]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
// 0.625m chute
|
||||
@PART[parachuteSingle]:HAS[#RestockIgnore[False]]
|
||||
@PART[parachuteSingle]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@rescaleFactor = 1.0
|
||||
@scale = 1.0
|
||||
@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
// Radial chute
|
||||
@PART[parachuteRadial]:HAS[#RestockIgnore[False]]
|
||||
@PART[parachuteRadial]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
// Radial drogue chute
|
||||
@PART[radialDrogue]:HAS[#RestockIgnore[False]]
|
||||
@PART[radialDrogue]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@rescaleFactor = 1.0
|
||||
@scale = 1.0
|
||||
|
Reference in New Issue
Block a user