Skip to content

Commit

Permalink
oh weee
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Aug 12, 2023
1 parent b734f04 commit 7bfb898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
return

// Phew. Lets calculate what this means in practice.
var/reaction_rate = clamp((power_level * 0.5) * (500 / magnetic_constrictor) * delta_time, 0.05, 30) // constrictor controls reaction rate instead of fuel injection
var/reaction_rate = clamp((power_level * 0.5) * (500 / current_damper+1) * delta_time, 0.05, 30) // constrictor controls reaction rate instead of fuel injection
switch(power_level)
if(3,4)
reaction_rate = clamp(reaction_rate * heat_output * 5e-4, 0, reaction_rate)
Expand Down

0 comments on commit 7bfb898

Please sign in to comment.