Corrects EVA thermal regulator cell cost (#82195)

## About The Pull Request

Another unit not converted to watts / joules

## Changelog

🆑 Melbert
fix: Fixed space suit thermal regulators cell usage.
/🆑
This commit is contained in:
MrMelbert
2024-03-25 17:22:44 +01:00
committed by GitHub
parent af3622527c
commit 7299e9da01
@@ -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!