Skip to content

Commit

Permalink
[MIRROR] Corrects EVA thermal regulator cell cost (#1626)
Browse files Browse the repository at this point in the history
* Corrects EVA thermal regulator cell cost (#82195)

## About The Pull Request

Another unit not converted to watts / joules

## Changelog

:cl: Melbert
fix: Fixed space suit thermal regulators cell usage.
/:cl:

* Corrects EVA thermal regulator cell cost

---------

Co-authored-by: MrMelbert <[email protected]>
Co-authored-by: SomeRandomOwl <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Mar 27, 2024
1 parent 120381a commit c5d9d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/spacesuits/_spacesuits.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define THERMAL_REGULATOR_COST 18 // the cost per tick for the thermal regulator
/// Charge per tick consumed by the thermal regulator
#define THERMAL_REGULATOR_COST (18 KILO JOULES)

//Note: Everything in modules/clothing/spacesuits should have the entire suit grouped together.
// Meaning the the suit is defined directly after the corrisponding helmet. Just like below!
Expand Down

0 comments on commit c5d9d30

Please sign in to comment.