mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user