Skip to content

Commit

Permalink
do groups too
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Oct 26, 2024
1 parent 7bb77e2 commit c28092f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/turfs/groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub fn send_to_groups(sent: BTreeSet<TurfID>) {
GROUPS_CHANNEL.try_lock().map(|mut opt| opt.replace(sent));
}

#[cfg_attr(not(target_feature = "avx2"), auxmacros::generate_simd_functions)]
#[byondapi::bind("/datum/controller/subsystem/air/proc/process_excited_groups_auxtools")]
fn groups_hook(mut src: ByondValue, remaining: ByondValue) -> Result<ByondValue> {
let group_pressure_goal = src
Expand Down

0 comments on commit c28092f

Please sign in to comment.