Skip to content

Commit

Permalink
chlorine is an oxidizer for thrusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jul 5, 2024
1 parent 2101f26 commit d5cd924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/shuttle/shuttle_heater.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
//it for the engine.
//-----------------------------------------------

#define CHLORINE_OXIDATION_VALUE 0.5
#define O2_OXIDATION_VALUE 1
#define NITRYL_OXIDATION_VALUE 1
#define NITROUS_OXIDATION_VALUE 3

#define HYDROGEN_THRUSTER_VALUE 0.5
#define PLASMA_THRUSTER_VALUE 1
#define TRITRIUM_THRUSTER_VALUE 3
#define HYDROGEN_THRUSTER_VALUE 0.5

#define NITROUS_COOLING_MULTIPIER 500
#define NITROUS_COOLING_MIN 173
Expand Down

0 comments on commit d5cd924

Please sign in to comment.