Add magnetometer

This commit is contained in:
2020-07-06 17:16:10 -07:00
parent 1671a65656
commit c1d7fba64d
5 changed files with 24 additions and 1 deletions

View File

@ -186,3 +186,26 @@
}
}
}
// Magnetometer Boom
@PART[Magnetometer]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Science/restock-magnetometer-1
}
@MODULE[ModuleDeployablePart]
{
@animationName = Deploy
@breakName = Base
}
MODULE
{
name = ModuleRestockDepthMask
maskTransform = DepthMask
}
}