mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add 2.5m engine colour variants
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
// Patches applying art changes to service bays
|
||||
// Contents:
|
||||
- Service Bay (1.25m) (ServiceBay_125)
|
||||
- Service Bay (1.25m) (ServiceBay_125_v2)
|
||||
- Service Bay (2.5m) (ServiceBay_250)
|
||||
|
||||
@PART[ServiceBay_125]
|
||||
@PART[ServiceBay_125_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Payload/restock-service-bay-125-1
|
||||
model = ReStock/Assets/Payload/restock-service-bay-125-2
|
||||
}
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@ -70,14 +70,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[ServiceBay_250]
|
||||
@PART[ServiceBay_250_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Payload/restock-service-bay-25-1
|
||||
model = ReStock/Assets/Payload/restock-service-bay-25-2
|
||||
}
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
|
Reference in New Issue
Block a user