From 0819a4216e327639b13a1e498429d0d4e2aff8c7 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Fri, 25 Nov 2022 16:18:22 -0500 Subject: [PATCH] notification --- NewHorizons/External/Modules/AtmosphereModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/AtmosphereModule.cs b/NewHorizons/External/Modules/AtmosphereModule.cs index 33c0ccef..c07172d3 100644 --- a/NewHorizons/External/Modules/AtmosphereModule.cs +++ b/NewHorizons/External/Modules/AtmosphereModule.cs @@ -77,7 +77,7 @@ namespace NewHorizons.External.Modules public bool hasOxygen; /// - /// Does this planet have trees? This will change the "Oxygen tank refilled" to "Trees detected, oxygen tank refilled". + /// Does this planet have trees? This will change the notification from "Oxygen tank refilled" to "Trees detected, oxygen tank refilled". /// public bool hasTrees;