inital commit

This commit is contained in:
Gabe Venberg 2024-07-06 11:40:26 -05:00
commit b17e9ae3fb
36 changed files with 771 additions and 0 deletions

8
QOL/mono_prop_pods.cfg Normal file
View file

@ -0,0 +1,8 @@
//Empty monopropellant from new pods/cockpits
@PART[*]:HAS[@MODULE[ModuleCommand],@RESOURCE[MonoPropellant]]:FINAL
{
@RESOURCE[MonoPropellant]
{
@amount = 0
}
}