mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - PB-X50R Xenon Container (xenonTankRadial)
|
||||
|
||||
// Tiny Xenon tank
|
||||
@PART[xenonTank]:HAS[#RestockIgnore[False]]
|
||||
@PART[xenonTank]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
// Small Xenon tank
|
||||
@PART[xenonTankLarge]:HAS[#RestockIgnore[False]]
|
||||
@PART[xenonTankLarge]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
// Radial Xenon tank
|
||||
@PART[xenonTankRadial]:HAS[#RestockIgnore[False]]
|
||||
@PART[xenonTankRadial]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
//!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user