mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix MM pass specificity for initial RS parts pass and also subsequent RS+ patches
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// - Advanced Grabbing Unit Jr. (smallClaw)
|
||||
|
||||
// Advanced Grabbing Unit
|
||||
@PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!mesh = DELETE
|
||||
@ -189,7 +189,7 @@
|
||||
}
|
||||
|
||||
// Advanced Grabbing Unit Jr.
|
||||
@PART[smallClaw]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[smallClaw]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user