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:
@ -4,7 +4,7 @@
|
||||
// - Kerbodyne S3-7200 Tank (Size3MediumTank)
|
||||
// - Kerbodyne S3-14400 Tank (Size3LargeTank)
|
||||
|
||||
@PART[Size3SmallTank]:HAS[RestockIgnore[]]
|
||||
@PART[Size3SmallTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -64,7 +64,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[Size3MediumTank]:HAS[RestockIgnore[]]
|
||||
@PART[Size3MediumTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -123,7 +123,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[Size3LargeTank]:HAS[RestockIgnore[]]
|
||||
@PART[Size3LargeTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user