mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper)
|
||||
|
||||
// Mainsail
|
||||
@PART[liquidEngine1-2]:HAS[#RestockIgnore[False]]
|
||||
@PART[liquidEngine1-2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea) and riocrokite
|
||||
%node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
|
||||
@ -391,7 +391,7 @@
|
||||
}
|
||||
|
||||
// Poodle
|
||||
@PART[liquidEngine2-2_v2]:HAS[#RestockIgnore[False]]
|
||||
@PART[liquidEngine2-2_v2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea) and riocrokite
|
||||
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 2
|
||||
@ -776,7 +776,7 @@
|
||||
}
|
||||
|
||||
// Skipper
|
||||
@PART[engineLargeSkipper]:HAS[#RestockIgnore[False]]
|
||||
@PART[engineLargeSkipper]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea) and riocrokite
|
||||
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
|
||||
@ -1215,7 +1215,7 @@
|
||||
}
|
||||
|
||||
// Twin Boar
|
||||
@PART[Size2LFB]:HAS[#RestockIgnore[False]]
|
||||
@PART[Size2LFB]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user