Skip to content

Commit

Permalink
Add missing comment and revert accidental .dmm add
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Jan 28, 2024
1 parent ae4f078 commit 12d2bd7
Show file tree
Hide file tree
Showing 2 changed files with 1,335 additions and 2,103 deletions.
2 changes: 1 addition & 1 deletion code/controllers/subsystems/air.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
msg += "F [active_fire_zones.len] | "
msg += "H [active_hotspots.len] | "
msg += "Z [zones_to_update.len] "
msg += "B [zones_planet_temperature_to_update.len] "
msg += "B [zones_planet_temperature_to_update.len] " //YW Addition - zones_planet_temperature_to_update.len
msg += "}"
..(msg.Join())

Expand Down
Loading

0 comments on commit 12d2bd7

Please sign in to comment.