Oxygen and Nitrogen Capital Fix (#10155)

Fixed Oxygen and Nitrogen not being capitalized in some cases where they should be.
This commit is contained in:
Geeves
2020-10-03 18:10:41 +02:00
committed by GitHub
parent a2034cf923
commit db15949592
6 changed files with 23 additions and 18 deletions

View File

@@ -162,9 +162,9 @@
if(0)
current_filter_type = "Phoron"
if(1)
current_filter_type = GAS_OXYGEN
current_filter_type = "Oxygen"
if(2)
current_filter_type = GAS_NITROGEN
current_filter_type = "Nitrogen"
if(3)
current_filter_type = "Carbon Dioxide"
if(4)