Skip to content

Commit

Permalink
doc some things
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jan 11, 2024
1 parent b7df056 commit de6f041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Monstermos is now deprecated. Use katmos instead. It inherently has explosive de
`/datum/controller/subsystem/air/proc/post_process_turfs_auxtools()`
`/datum/controller/subsystem/air/proc/process_turf_equalize_auxtools()`
`/datum/controller/subsystem/air/proc/process_excited_groups_auxtools()`

# 2.4.0 - 2.5.0
1. Generating a `bindings.dm` file is now needed, please generate it with `cargo t generate_binds` and include it in your repo, I personally include it in `__DEFINES`
2. Arguments that each binded function takes is now shown
3. `update_air_ref()` now requires a flag again, `-1` for closed turfs, `1` for planets, `2` for regular turfs
4. You need to call each process functions on the air subsystem for them to actually run

0 comments on commit de6f041

Please sign in to comment.