Skip to content

Commit

Permalink
BEQUIET (#11059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat authored Jun 18, 2024
1 parent 65fcfc0 commit 66715a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/weather/weather.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 66715a4

Please sign in to comment.