mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user