ToricsTweaks/QOL/mono_prop_pods.cfg

9 lines
191 B
INI
Raw Normal View History

2024-07-06 11:40:26 -05:00
//Empty monopropellant from new pods/cockpits
@PART[*]:HAS[@MODULE[ModuleCommand],@RESOURCE[MonoPropellant]]:FINAL
{
@RESOURCE[MonoPropellant]
{
@amount = 0
}
}