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:
@ -7,7 +7,7 @@
|
||||
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||
|
||||
// Cupola
|
||||
@PART[cupola]:HAS[RestockIgnore[]]
|
||||
@PART[cupola]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
// Mk1 Pod
|
||||
@PART[mk1pod_v2]:HAS[RestockIgnore[]]
|
||||
@PART[mk1pod_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -95,7 +95,7 @@
|
||||
}
|
||||
|
||||
// Mk1-3 Pod
|
||||
@PART[mk1-3pod]:HAS[RestockIgnore[]]
|
||||
@PART[mk1-3pod]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -157,7 +157,7 @@
|
||||
}
|
||||
|
||||
// Mk1 Lander Can
|
||||
@PART[landerCabinSmall]:HAS[RestockIgnore[]]
|
||||
@PART[landerCabinSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -173,7 +173,7 @@
|
||||
}
|
||||
|
||||
// Mk2 Lander Can
|
||||
@PART[mk2LanderCabin_v2]:HAS[RestockIgnore[]]
|
||||
@PART[mk2LanderCabin_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user