Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 12:15:58 +02:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
@@ -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.
+1 -1
View File
@@ -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)