From 66715a4ac1cec7827423a271f20cde9a87725781 Mon Sep 17 00:00:00 2001 From: Tsar-Salat <62388554+Tsar-Salat@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:39:26 -0400 Subject: [PATCH] BEQUIET (#11059) --- code/datums/weather/weather.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/weather/weather.dm b/code/datums/weather/weather.dm index 6c4397e7af0d2..4cbc6a47a776c 100644 --- a/code/datums/weather/weather.dm +++ b/code/datums/weather/weather.dm @@ -207,7 +207,7 @@ // And list/impacted_areas will be updated with the new list if(is_overlay_same) - //! [Func B] overlays are the same, but we have new areas. + // * [Func B] overlays are the same, but we have new areas. // * Calculate list // * Early return if there's no list to iterate // * If old_areas_to_remove exists, cut_overlay() for those @@ -238,7 +238,7 @@ return else - //! [Func C] different overlays, but also we have new areas + // * [Func C] different overlays, but also we have new areas // * Removing old overlays from impacted_areas // * Adding new overlays to new areas if(cached_current_overlay)