mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix the MM thing
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
// Spherical Radial Tank
|
||||
@PART[externalTankRound]:HAS[RestockIgnore[]]
|
||||
@PART[externalTankRound]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[externalTankCapsule]:HAS[RestockIgnore[]]
|
||||
@PART[externalTankCapsule]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -168,7 +168,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[externalTankToroid]:HAS[RestockIgnore[]]
|
||||
@PART[externalTankToroid]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user