Skip to content

Commit

Permalink
[MODULAR] Fixes some pollution runtime spam (#114)
Browse files Browse the repository at this point in the history
Fixes pollution runtime spam

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
Steals-The-PRs and vinylspiders authored Oct 17, 2023
1 parent 9d3d7bb commit b2e5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_skyrat/modules/pollution/code/pollution.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@

///Atmos adjacency has been updated on this turf, see if it affects any of our pollutants
/turf/proc/update_adjacent_pollutants()
for(var/turf/open/open_turf as anything in atmos_adjacent_turfs)
for(var/turf/open/open_turf in atmos_adjacent_turfs)
if(open_turf.pollution)
SET_ACTIVE_POLLUTION(open_turf.pollution)

0 comments on commit b2e5e62

Please sign in to comment.