From 9024d048ddeb65d581bc86574e1c843582cd5b14 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sat, 8 Mar 2025 09:44:42 +0000 Subject: [PATCH] Improve method comments --- Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs index 4cbc4bd9..2bcef28c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs @@ -256,6 +256,11 @@ public class HideoutHelper( return hideoutProperties; } + /// + /// Does a water collection hideout area have a water filter installed + /// + /// Hideout area to check + /// protected bool DoesWaterCollectorHaveFilter(BotHideoutArea waterCollector) { // Can put filters in from L3 @@ -272,7 +277,7 @@ public class HideoutHelper( /// /// Iterate over productions and update their progress timers /// - /// Profile to check for productions and update + /// Profile to check for productions and update /// Hideout properties protected void UpdateProductionTimers( PmcData pmcData,