Add config for Experimental Storage Unit

This commit is contained in:
Andrew Cassidy 2019-02-27 23:41:20 -08:00
parent 5458cde94b
commit d8d2ccc9a4
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -7,6 +7,7 @@
// - Mystery Goo™ Containment Unit (GooExperiment)
// - SC-9001 Science Jr. (science_module)
// - Atmospheric Fluid Spectro-Variometer (sensorAtmosphere)
// - Experiment Storage Unit (ScienceBox)
// Thermometer
@PART[sensorThermometer] {
@ -116,4 +117,14 @@
MODEL {
model = ReStock/Assets/Science/restock-GCMS-1
}
}
// Experiment Storage Unit
@PART[ScienceBox] {
@author = Andrew Cassidy
!MODEL {}
MODEL {
model = ReStock/Assets/Science/restock-sciencebox-radial
}
}