Skip to content

Commit

Permalink
fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 1, 2023
1 parent 4ccce0c commit f0b2c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reaction/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ fn fusion(byond_air: ByondValue, holder: ByondValue) -> Result<ByondValue> {
}
};
let instability = (gas_power * INSTABILITY_GAS_POWER_FACTOR).rem_euclid(toroidal_size);
byond_air.call_id("set_analyzer_results", &[instability.into()])?;
byond_air.call_id(byond_string!("set_analyzer_results"), &[instability.into()])?;
let mut thermal_energy = initial_energy;

//We have to scale the amounts of carbon and plasma down a significant amount in order to show the chaotic dynamics we want
Expand Down

0 comments on commit f0b2c94

Please sign in to comment.