mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 02:47:58 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
3. For every pump that needs to be maxed / turned on add a `pump_max` marker.
|
||||
4. For every connector port that needs an empty canister add a `empty_canister` marker.
|
||||
5. For every filter that needs to be set up for the coolant add a `filter` marker.
|
||||
Note that the filters must be set up to filter the coolant back into the core loop by default.
|
||||
Otherwise the auto setup will mess up and you'll end up without the correct coolant gas!
|
||||
Note that the filters must be set up to filter the coolant back into the core loop by default.
|
||||
Otherwise the auto setup will mess up and you'll end up without the correct coolant gas!
|
||||
6. For every freezer that needs to be on, add a `freezer` marker.
|
||||
7. For every SMES that needs to be online and maxed, add a `smes` marker.
|
||||
8. On top of the SM core map a `core` marker.
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
//Release reaction gasses
|
||||
var/heat_capacity = removed.heat_capacity()
|
||||
removed.adjust_multi(GAS_PHORON, max(device_energy / PHORON_RELEASE_MODIFIER, 0), \
|
||||
GAS_OXYGEN, max((device_energy + removed.temperature - T0C) / OXYGEN_RELEASE_MODIFIER, 0))
|
||||
GAS_OXYGEN, max((device_energy + removed.temperature - T0C) / OXYGEN_RELEASE_MODIFIER, 0))
|
||||
|
||||
var/thermal_power = THERMAL_RELEASE_MODIFIER * device_energy
|
||||
if (debug)
|
||||
|
||||
Reference in New Issue
Block a user