Skip to content

Commit

Permalink
Update auxmos, doubles planet air share rate (#22194)
Browse files Browse the repository at this point in the history
* init

* eeee

* hashed binaries
  • Loading branch information
jupyterkat committed Jun 12, 2024
1 parent dedb269 commit 6ac9973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified auxmos.dll
Binary file not shown.
Binary file modified auxmos.pdb
Binary file not shown.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/air.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ SUBSYSTEM_DEF(air)
var/share_max_steps = 3
/// Excited group processing will try to equalize groups with total pressure difference less than this amount.
var/excited_group_pressure_goal = 1
/// Planet airs will share this ratio with the planet turfs per tick
var/planet_share_ratio = 0.25

var/list/paused_z_levels //Paused z-levels will not add turfs to active

Expand Down

0 comments on commit 6ac9973

Please sign in to comment.