Add stock ore tanks

- Radial Holding Tank
- Small Holding Tank
- Large Holding Tank
This commit is contained in:
2019-04-03 23:16:27 -07:00
parent 14bc904f41
commit 2413770c84
8 changed files with 47 additions and 1 deletions

View File

@ -0,0 +1,41 @@
// Patches applying art changes to ore tanks
// Contents:
// - Radial Holding Tank (RadialOreTank)
// - Small Holding Tank (SmallTank)
// - Large Holding Tank (LargeTank)
// Radial Holding Tank
@PART[RadialOreTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-radial
}
}
// Small Holding Tank
@PART[SmallTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-125
}
}
// Large Holding Tank
@PART[LargeTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-25
}
}